Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Dec 1, 2022
1 parent da24836 commit b0cf70b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The `--tads` option can be used to pass one or more BED3+ files with the list of
When this option is not passed, the workflow will call TADs
using [HiC-Explorer](https://hicexplorer.readthedocs.io/en/latest/content/tools/hicFindTADs.html#hicfindtads).

When provided, BED files should be named like the contact matrix to which they should be paired.
When provided, BED files should be in the same order as the .cool files, so that the first BED file is mapped to the first .cool etc...

Example:

Expand All @@ -83,7 +83,7 @@ nextflow run --mcools='data/sample_001.mcool' \
--assembly_gaps=data/gaps.txt.gz \
--outdir=results \
https://github.com/robomics/call_tad_cliques \
-r v0.0.2 \
-r v0.0.3 \
-with-singularity # Replace this with -with-docker to use Docker instead
```

Expand All @@ -104,7 +104,7 @@ nextflow run --mcools='https://4dn-open-data-public.s3.amazonaws.com/fourfront-w
--assembly_gaps='https://hgdownload.cse.ucsc.edu/goldenPath/mm10/database/gap.txt.gz' \
--outdir=results/ \
https://github.com/robomics/call_tad_cliques \
-r v0.0.2 \
-r v0.0.3 \
-with-singularity
```

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ params {
}

process {
container = 'ghcr.io/robomics/call_tad_cliques:0.0.2'
container = 'ghcr.io/robomics/call_tad_cliques:0.0.3'
}

0 comments on commit b0cf70b

Please sign in to comment.