From 25a239c1e0227c96e18a9158afb8d332d83a7daf Mon Sep 17 00:00:00 2001 From: AmstlerStephan Date: Wed, 6 Mar 2024 16:23:26 +0100 Subject: [PATCH] prepare release --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 3200a9a..a51c39d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,7 +1,7 @@ // NEXTFLOW MANIFEST manifest { name = 'umi-pipeline-nf' - version = '0.1.0' + version = '0.2.0' description = 'Nextflow pipeline to analyze umi amplicon data' author = 'Stephan Amstler' homePage = 'https://github.com/AmstlerStephan/umi-pipeline-nf.git' @@ -67,7 +67,7 @@ params { // Load base.config by default for all pipelines includeConfig "${baseDir}/config/base.config" -process.container = 'quay.io/genepi/umi-pipeline-nf:v0.1.0' +process.container = 'quay.io/genepi/umi-pipeline-nf:v0.2.0' profiles {