From dec9fbf4b8a4e4877a9870f69a76d5e4c1a69b24 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 25 Jan 2024 12:10:21 -0500 Subject: [PATCH] docs: switch example version to actual existing tag --- docs/nextflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nextflow.md b/docs/nextflow.md index fef9e173..375c1907 100644 --- a/docs/nextflow.md +++ b/docs/nextflow.md @@ -12,7 +12,7 @@ nextflow run CCBR/CHAMPAGNE -profile test,singularity You can specify a specific version, tag, or branch with `-r`: ```sh -nextflow run CCBR/CHAMPAGNE -r v1.0.0 -profile test,singularity +nextflow run CCBR/CHAMPAGNE -r v0.3.0 -profile test,singularity ``` Create and use a custom reference genome: