From 0f33b4cff01036bb0b020ad535c4414f070a4a3c Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Wed, 10 Jul 2024 14:04:46 +0100 Subject: [PATCH] bump version --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 8d75c65f..480ab095 100644 --- a/nextflow.config +++ b/nextflow.config @@ -256,7 +256,7 @@ manifest { description = 'The Polygenic Score Catalog Calculator is a nextflow pipeline for polygenic score calculation' mainScript = 'main.nf' nextflowVersion = '>=23.10.0' - version = '2.0.0-beta' + version = '2.0.0-beta.1' } // Load modules.config for DSL2 module specific options @@ -317,4 +317,4 @@ validation { defaultIgnoreParams = ['platform'] ignoreParams = ['genomes','igenomes_base',',only_bootstrap','only_input','only_compatible','only_match','only_score'] showHiddenParams = false -} \ No newline at end of file +}