From 2c452687843c44834d962a0922dd47d5252f0338 Mon Sep 17 00:00:00 2001 From: Damon-Lee Pointon <51855558+DLBPointon@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:36:52 +0100 Subject: [PATCH] version update --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 12db9ef..308642c 100755 --- a/nextflow.config +++ b/nextflow.config @@ -200,12 +200,12 @@ dag { manifest { name = 'sanger-tol/curationpretext' - author = """Damon-Lee B Pointon (@DLBPointon)""" + author = """Damon-Lee B Pointon (@DLBPointon) and Yumi Sims (@yumisims)""" homePage = 'https://github.com/sanger-tol/curationpretext' description = """A simple pipeline to generate pretext files for genomic curation.""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.0.0' + version = '1.0.1' doi = '' }