We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12b48f commit 25a239cCopy full SHA for 25a239c
nextflow.config
@@ -1,7 +1,7 @@
1
// NEXTFLOW MANIFEST
2
manifest {
3
name = 'umi-pipeline-nf'
4
- version = '0.1.0'
+ version = '0.2.0'
5
description = 'Nextflow pipeline to analyze umi amplicon data'
6
author = 'Stephan Amstler'
7
homePage = 'https://github.com/AmstlerStephan/umi-pipeline-nf.git'
@@ -67,7 +67,7 @@ params {
67
// Load base.config by default for all pipelines
68
includeConfig "${baseDir}/config/base.config"
69
70
-process.container = 'quay.io/genepi/umi-pipeline-nf:v0.1.0'
+process.container = 'quay.io/genepi/umi-pipeline-nf:v0.2.0'
71
72
profiles {
73
0 commit comments