From 317d8749cce2acb346452c720ba06ee03df45aff Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:06:10 +0200 Subject: [PATCH] Prepare for release --- README.md | 6 +++--- nextflow.config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f594ecc..2e430bd 100644 --- a/README.md +++ b/README.md @@ -137,11 +137,11 @@ user@dev:/tmp$ nextflow run --max_cpus=8 \ --assembly_gaps=data/gaps.txt.gz \ --outdir=data/results/ \ https://github.com/robomics/call_tad_cliques \ - -r v0.3.0 \ + -r v0.3.1 \ -with-singularity # Replace this with -with-docker to use Docker instead N E X T F L O W ~ version 22.10.7 -Launching `https://github.com/robomics/call_tad_cliques` [focused_bohr] DSL2 - revision: 9a02af259a [v0.3.0] +Launching `https://github.com/robomics/call_tad_cliques` [focused_bohr] DSL2 - revision: 9a02af259a [v0.3.1] executor > local (16) [71/d00e78] process > check_sample_sheet [100%] 1 of 1 ✔ [ad/a7b3ba] process > process_sample_sheet [100%] 1 of 1 ✔ @@ -197,7 +197,7 @@ If you get permission errors when using `-with-docker`: If you get an error similar to: ``` -Cannot find revision `v0.3.0` -- Make sure that it exists in the remote repository `https://github.com/robomics/call_tad_cliques` +Cannot find revision `v0.3.1` -- Make sure that it exists in the remote repository `https://github.com/robomics/call_tad_cliques` ``` try to remove folder `~/.nextflow/assets/robomics/call_tad_cliques` before running the workflow diff --git a/nextflow.config b/nextflow.config index b6e8f13..1c97502 100644 --- a/nextflow.config +++ b/nextflow.config @@ -24,7 +24,7 @@ params { } process { - container = 'ghcr.io/robomics/call_tad_cliques:main' + container = 'ghcr.io/robomics/call_tad_cliques:0.3.1' } includeConfig 'config/base.config'