Skip to content

Commit

Permalink
prepare release 0.1.1
Browse files Browse the repository at this point in the history
- adapt channel joining
  • Loading branch information
AmstlerStephan committed Nov 13, 2024
1 parent c73ed09 commit f609fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ haplotyping-KIV2-nf Pipeline
To run the haplotyping workflow, execute the following command:

```bash
nextflow run AmstlerStephan/haplotyping-KIV2-nf -r v0.1.0 -c <custom.config> -profile <docker/conda>
nextflow run AmstlerStephan/haplotyping-KIV2-nf -r v0.1.1 -c <custom.config> -profile <docker/conda>
```

Replace `<path_to_input_directory>` and `<path_to_output_directory>` with the actual paths.
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// NEXTFLOW MANIFEST
manifest {
name = 'haplotyping-KIV2-nf'
version = '0.1.0'
version = '0.1.1'
description = 'Nextflow pipeline to extract haplotypes of KIV-2 UMI data'
author = 'Stephan Amstler'
homePage = 'https://github.com/AmstlerStephan/haplotyping-KIV2-nf.git'
Expand Down

0 comments on commit f609fd2

Please sign in to comment.