Skip to content

Commit

Permalink
Merge branch 'bump-111' into 'dev'
Browse files Browse the repository at this point in the history
bump v1.1.1

See merge request epi2melabs/workflows/wf-16s!9
  • Loading branch information
SamStudio8 committed Mar 6, 2024
2 parents 137d59e + 42e4c93 commit d0e1670
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.1]
### Changed
- Bump to wf-metagenomics v2.9.1

## [v1.1.0]
### Added
- Workflow now accepts BAM or FASTQ files as input (using the `--bam` or `--fastq` parameters, respectively).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ input_reads.fastq ─── input_directory ─── input_directory
│ └── reads2.fastq
└── barcode03
└── reads0.fastq
```



Expand Down
1 change: 1 addition & 0 deletions docs/06_input_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ input_reads.fastq ─── input_directory ─── input_directory
│ └── reads2.fastq
└── barcode03
└── reads0.fastq
```
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ manifest {
description = 'Identification of the origin of single reads from 16S/ITS amplicon sequencing.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1.0'
version = 'v1.1.1'
}


Expand Down

0 comments on commit d0e1670

Please sign in to comment.