You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-21Lines changed: 26 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,42 +3,47 @@
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## v3.1.0dev - [unreleased]
6
+
## v3.1.0 - Seductive Siren - [2026-06-03]
7
7
8
8
### `Added`
9
9
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
+
10
13
### `Fixed`
11
14
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)
13
16
14
17
### `Dependencies`
15
18
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 |
19
24
20
25
## v3.0.0 - Mystical Medusa - [2026-04-30]
21
26
22
27
### `Added`
23
28
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)
-[#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)
-[#179](https://github.com/nf-core/createtaxdb/pull/179)- Add new parameter `--save_uncompressed_fastas` to only optionally save decompressed input files (fix @jfy133)
28
33
29
34
### `Fixed`
30
35
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)
42
47
43
48
### `Dependencies`
44
49
@@ -48,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
53
49
54
### `Deprecated`
50
55
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)
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>.
0 commit comments