From d9a5cec31aa0b103627f511cf79479e10d40e812 Mon Sep 17 00:00:00 2001 From: DLBPointon Date: Tue, 16 Jul 2024 13:13:06 +0100 Subject: [PATCH] Updated Version Int --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index b82cf8b..ee7a088 100755 --- a/nextflow.config +++ b/nextflow.config @@ -203,7 +203,7 @@ manifest { description = """A simple pipeline to generate pretext files for genomic curation.""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.0dev' + version = '1.0' doi = '' }