Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
AmstlerStephan committed Mar 6, 2024
1 parent c12b48f commit 25a239c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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 {

Expand Down

0 comments on commit 25a239c

Please sign in to comment.