1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-10 23:23:09 +00:00

Update changelog after release

This commit is contained in:
sofstam 2023-03-13 12:21:37 +01:00
parent eaef6ac9bc
commit 1347f27c11
2 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,16 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## dev
### `Added`
### `Fixed`
### `Dependencies`
### `Deprecated`
## v1.0.0 - Dodgy Dachshund [2023-03-13] ## v1.0.0 - Dodgy Dachshund [2023-03-13]
Initial release of nf-core/taxprofiler, created with the [nf-core](https://nf-co.re/) template. Initial release of nf-core/taxprofiler, created with the [nf-core](https://nf-co.re/) template.

View file

@ -305,7 +305,7 @@ manifest {
description = """Taxonomic classification and profiling of shotgun metagenomic data""" description = """Taxonomic classification and profiling of shotgun metagenomic data"""
mainScript = 'main.nf' mainScript = 'main.nf'
nextflowVersion = '!>=22.10.1' nextflowVersion = '!>=22.10.1'
version = '1.0.0' version = '1.1.0dev'
doi = '' doi = ''
} }