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 = '' }