Skip to content

Commit b6e9b75

Browse files
committed
Merge branch 'dev' of github.com:nf-core/createtaxdb into dev
2 parents bf91395 + f3a827b commit b6e9b75

5 files changed

Lines changed: 51 additions & 38 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ template:
1515
skip_features:
1616
- fastqc
1717
- igenomes
18-
version: 3.1.0dev
18+
version: 3.1.0

CHANGELOG.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,47 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v3.1.0dev - [unreleased]
6+
## v3.1.0 - Seductive Siren - [2026-06-03]
77

88
### `Added`
99

10+
- [#194](https://github.com/nf-core/createtaxdb/pull/194) - Updated to nf-core template 4.0.2 (by @jfy133)
11+
- [#195](https://github.com/nf-core/createtaxdb/pull/195) - Added Centrifuger database building support (by @haris18s)
12+
1013
### `Fixed`
1114

12-
- [#196](https://github.com/nf-core/createtaxdb/pull/169) Improved KrakenUniq build clean up step (by @mahesh-panchal, @jfy133)
15+
- [#196](https://github.com/nf-core/createtaxdb/pull/169) - Improved KrakenUniq build clean up step (by @mahesh-panchal, @jfy133)
1316

1417
### `Dependencies`
1518

16-
| Tool | Old Version | New Version |
17-
| ---- | ----------- | ----------- |
18-
| | | |
19+
| Tool | Old Version | New Version |
20+
| ---------------- | ----------- | ----------- |
21+
| nf-core template | 4.0.1 | 4.0.2 |
22+
| nf-schema | 2.5.1 | 2.7.2 |
23+
| Centrifuger | | 1.1.0 |
1924

2025
## v3.0.0 - Mystical Medusa - [2026-04-30]
2126

2227
### `Added`
2328

24-
- [#169](https://github.com/nf-core/createtaxdb/pull/169) Have KAIJU_MKFMI module also export relevant taxdump files for downstream processes (by @jfy133)
25-
- [#170](https://github.com/nf-core/createtaxdb/pull/170) Publish sometimes generated `unmapped.txt` file for Kraken2 databases (❤️ to @softstam for reporting, fix @jfy133)
26-
- [#178](https://github.com/nf-core/createtaxdb/pull/178) Add additional validation checks for required MetaCache inputs (by @jfy133)
27-
- [#179](https://github.com/nf-core/createtaxdb/pull/179) Add new parameter `--save_uncompressed_fastas` to only optionally save decompressed input files (fix @jfy133)
29+
- [#169](https://github.com/nf-core/createtaxdb/pull/169) - Have KAIJU_MKFMI module also export relevant taxdump files for downstream processes (by @jfy133)
30+
- [#170](https://github.com/nf-core/createtaxdb/pull/170) - Publish sometimes generated `unmapped.txt` file for Kraken2 databases (❤️ to @softstam for reporting, fix @jfy133)
31+
- [#178](https://github.com/nf-core/createtaxdb/pull/178) - Add additional validation checks for required MetaCache inputs (by @jfy133)
32+
- [#179](https://github.com/nf-core/createtaxdb/pull/179) - Add new parameter `--save_uncompressed_fastas` to only optionally save decompressed input files (fix @jfy133)
2833

2934
### `Fixed`
3035

31-
- [#158](https://github.com/nf-core/createtaxdb/pull/158) Prevent sylph failing due to too long commands when many input genomes (by @softstam, @jfy133)
32-
- [#160](https://github.com/nf-core/createtaxdb/pull/160) Prevent sourmash failing due to too long commands when many input genomes (by @softstam, @jfy133)
33-
- [#161](https://github.com/nf-core/createtaxdb/pull/161) Force METACACHE_BUILD module to always use one CPU, as not multi-threaded, removing warning (by @jfy133)
34-
- [#162](https://github.com/nf-core/createtaxdb/pull/162) Fix links to FAQ in parameter docs (by @jfy133)
35-
- [#163](https://github.com/nf-core/createtaxdb/pull/163) Fix code block title in auxiliary files section of FAQ (by @jfy133)
36-
- [#165](https://github.com/nf-core/createtaxdb/pull/165) Force use of KrakenUniq `--jellyfish-bin` to ensure more regular execution (by @jfy133)
37-
- [#173](https://github.com/nf-core/createtaxdb/pull/173) Fix generated downstream samplesheet's Bracken directory name being flipped (by @jfy133)
38-
- [#175](https://github.com/nf-core/createtaxdb/pull/175) Fix MetaCache receiving wrong taxonomy file (was seq2map, should have been accession2taxid) (by @sofstam, @jfy133)
39-
- [#182](https://github.com/nf-core/createtaxdb/pull/182) KMCP emits correct taxonomy files for downstream use (by @sofstam, @jfy133)
40-
- [#183](https://github.com/nf-core/createtaxdb/pull/183) Fix KrakenUniq using incorrectly non-renamed seqid2map taxonomy file, resulting in no taxonomy info during classification (by @jfy133)
41-
- [#184](https://github.com/nf-core/createtaxdb/pull/184) Stop generation of concatenated FASTA file of input files if not needed by selected tools (by @jfy133)
36+
- [#158](https://github.com/nf-core/createtaxdb/pull/158) - Prevent sylph failing due to too long commands when many input genomes (by @softstam, @jfy133)
37+
- [#160](https://github.com/nf-core/createtaxdb/pull/160) - Prevent sourmash failing due to too long commands when many input genomes (by @softstam, @jfy133)
38+
- [#161](https://github.com/nf-core/createtaxdb/pull/161) - Force METACACHE_BUILD module to always use one CPU, as not multi-threaded, removing warning (by @jfy133)
39+
- [#162](https://github.com/nf-core/createtaxdb/pull/162) - Fix links to FAQ in parameter docs (by @jfy133)
40+
- [#163](https://github.com/nf-core/createtaxdb/pull/163) - Fix code block title in auxiliary files section of FAQ (by @jfy133)
41+
- [#165](https://github.com/nf-core/createtaxdb/pull/165) - Force use of KrakenUniq `--jellyfish-bin` to ensure more regular execution (by @jfy133)
42+
- [#173](https://github.com/nf-core/createtaxdb/pull/173) - Fix generated downstream samplesheet's Bracken directory name being flipped (by @jfy133)
43+
- [#175](https://github.com/nf-core/createtaxdb/pull/175) - Fix MetaCache receiving wrong taxonomy file (was seq2map, should have been accession2taxid) (by @sofstam, @jfy133)
44+
- [#182](https://github.com/nf-core/createtaxdb/pull/182) - KMCP emits correct taxonomy files for downstream use (by @sofstam, @jfy133)
45+
- [#183](https://github.com/nf-core/createtaxdb/pull/183) - Fix KrakenUniq using incorrectly non-renamed seqid2map taxonomy file, resulting in no taxonomy info during classification (by @jfy133)
46+
- [#184](https://github.com/nf-core/createtaxdb/pull/184) - Stop generation of concatenated FASTA file of input files if not needed by selected tools (by @jfy133)
4247

4348
### `Dependencies`
4449

@@ -48,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4853

4954
### `Deprecated`
5055

51-
- [#179](https://github.com/nf-core/createtaxdb/pull/179) The pipeline no longer by default saves decompressed input FASTA files (see new `save_uncompressed_fastas` parameter) (@jfy133)
56+
- [#179](https://github.com/nf-core/createtaxdb/pull/179) - The pipeline no longer by default saves decompressed input FASTA files (see new `save_uncompressed_fastas` parameter) (@jfy133)
5257

5358
## v2.1.0 - Gracious Goblin - [2026-02-10]
5459

assets/multiqc_config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/createtaxdb/tree/dev" target="_blank">nf-core/createtaxdb</a>
3-
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/createtaxdb/dev/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/createtaxdb/releases/tag/3.1.0" target="_blank">nf-core/createtaxdb</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/createtaxdb/3.1.0/docs/output" target="_blank">documentation</a>.
53
report_section_order:
64
"nf-core-createtaxdb-methods-description":
75
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ manifest {
360360
mainScript = 'main.nf'
361361
defaultBranch = 'main'
362362
nextflowVersion = '!>=25.10.4'
363-
version = '3.1.0dev'
363+
version = '3.1.0'
364364
doi = '10.5281/zenodo.15696114'
365365
}
366366

0 commit comments

Comments
 (0)