From ea01b56751ec780efce00eaab440c404854f35cf Mon Sep 17 00:00:00 2001 From: alvaannett <46521652+alvaannett@users.noreply.github.com> Date: Wed, 25 Aug 2021 08:53:18 +0200 Subject: [PATCH] Update nextflow.config update version to 1.1.0-rc1 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index d18af42..167dbe0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -5,7 +5,7 @@ manifest { description = 'A Nextflow run folder QC pipeline for SciLifeLab SNP&SEQ platform' mainScript = 'main.nf' nextflowVersion = '!>=21.04.1' - version = '1.0.2' + version = '1.1.0-rc1' } profiles {