From 37225c3112340619dabcffee415f3b5d4ca95e5b Mon Sep 17 00:00:00 2001 From: Jerome Salignon Date: Tue, 28 Nov 2023 14:44:36 +0100 Subject: [PATCH] updating the docs: Cactus version in the Quickstart --- docs/1_Intro/Quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1_Intro/Quick_start.md b/docs/1_Intro/Quick_start.md index 58353c3..ddbc11f 100644 --- a/docs/1_Intro/Quick_start.md +++ b/docs/1_Intro/Quick_start.md @@ -86,7 +86,7 @@ NXF_VER=22.10.8 nextflow run jsalignon/cactus -r release_tag -profile {singulari ``` For instance: ``` -NXF_VER=22.10.8 nextflow run jsalignon/cactus -r v0.8.4 -profile singularity -params-file parameters/full_test.yml +NXF_VER=22.10.8 nextflow run jsalignon/cactus -r v0.8.5 -profile singularity -params-file parameters/full_test.yml ``` # Troubleshooting