Skip to content

Commit 25a239c

Browse files
prepare release
1 parent c12b48f commit 25a239c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// NEXTFLOW MANIFEST
22
manifest {
33
name = 'umi-pipeline-nf'
4-
version = '0.1.0'
4+
version = '0.2.0'
55
description = 'Nextflow pipeline to analyze umi amplicon data'
66
author = 'Stephan Amstler'
77
homePage = 'https://github.com/AmstlerStephan/umi-pipeline-nf.git'
@@ -67,7 +67,7 @@ params {
6767
// Load base.config by default for all pipelines
6868
includeConfig "${baseDir}/config/base.config"
6969

70-
process.container = 'quay.io/genepi/umi-pipeline-nf:v0.1.0'
70+
process.container = 'quay.io/genepi/umi-pipeline-nf:v0.2.0'
7171

7272
profiles {
7373

0 commit comments

Comments
 (0)