diff --git a/README.md b/README.md index dacc927..aba9fcf 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` diff --git a/nextflow.config b/nextflow.config index fac2d21..a4365c1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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' }