Skip to content

Commit

Permalink
Prepare for release [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Dec 2, 2022
1 parent 62f96b6 commit ce28597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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.4 \
-r v0.0.5 \
-with-singularity # Replace this with -with-docker to use Docker instead
```

Expand All @@ -106,7 +106,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.4 \
-r v0.0.5 \
-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.4'
container = 'ghcr.io/robomics/call_tad_cliques:0.0.5'
}

0 comments on commit ce28597

Please sign in to comment.