Skip to content

Commit 0b0f4b4

Browse files
prepare release 0.2.1
1 parent ace9534 commit 0b0f4b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Umi-pipeline-nf orignates from a snakemake-based analysis pipeline ([pipeline-um
4343
2. Download the pipeline and test it on a [minimal dataset](data/info.txt) with a single command.
4444

4545
```bash
46-
nextflow run genepi/umi-pipeline-nf -r v0.2.0 -profile test,docker
46+
nextflow run genepi/umi-pipeline-nf -r v0.2.1 -profile test,docker
4747
```
4848

4949
3. Start running your own analysis!
5050
3.1 Download and adapt the config/custom.config with paths to your data (relative and absolute paths possible).
5151

5252
```bash
53-
nextflow run genepi/umi-pipeline-nf -r v0.2.0 -c <custom.config> -profile custom,<docker,singularity>
53+
nextflow run genepi/umi-pipeline-nf -r v0.2.1 -c <custom.config> -profile custom,<docker,singularity>
5454
```
5555

5656
## Citation

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.2.0'
4+
version = '0.2.1'
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.2.0'
70+
process.container = 'quay.io/genepi/umi-pipeline-nf:v0.2.1'
7171

7272
profiles {
7373

0 commit comments

Comments
 (0)