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
This version is mainly for maintaining compatibility with [NCBI's recent changes](https://ncbiinsights.ncbi.nlm.nih.gov/2025/02/27/new-ranks-ncbi-taxonomy/).
4
+
This version is mainly for maintaining compatibility with NCBI's recent changes([1](https://ncbiinsights.ncbi.nlm.nih.gov/2025/02/27/new-ranks-ncbi-taxonomy/), [2](https://ncbiinsights.ncbi.nlm.nih.gov/2025/04/25/ncbi-taxonomy-updates-virus-classification-april-2025/)).
5
+
**Please remove the `ranks.txt` file in `~/.taxonkit/` or other directories containing taxdump files (nodes.dmp)**.
6
+
5
7
- `taxonkit reformat`:
6
8
- Tried to make it compatible with NCBI's recent changes but failed.
7
9
- **Update doc to recommend using `taxonkit reformat2`**.
@@ -11,6 +13,7 @@
11
13
- `taxonkit filter2`:
12
14
- Support new ranks: `acellular root` and `cellular root`.
13
15
**Please remove the `ranks.txt` file in `~/.taxonkit/` or other directories containing taxdump files (nodes.dmp)**.
16
+
- Automaticly switch on `-N/--discard-noranks` when only `-E/--equal-to` is given and the value is not one of ranks without order ("no rank", "clade").
14
17
- `taxonkit name2taxid`:
15
18
- Remove duplicated records caused by capitalization.
This version is mainly for maintaining compatibility with NCBI's recent changes([1](https://ncbiinsights.ncbi.nlm.nih.gov/2025/02/27/new-ranks-ncbi-taxonomy/), [2](https://ncbiinsights.ncbi.nlm.nih.gov/2025/04/25/ncbi-taxonomy-updates-virus-classification-april-2025/)).
13
+
**Please remove the `ranks.txt` file in `~/.taxonkit/` or other directories containing taxdump files (nodes.dmp)**.
14
+
12
15
- `taxonkit reformat`:
13
-
- Fix `-T/--trim` which did not work for `-r/--miss-rank-repl`. [#106](https://github.com/shenwei356/taxonkit/issues/106)
16
+
- Tried to make it compatible with NCBI's recent changes but failed.
17
+
- **Update doc to recommend using `taxonkit reformat2`**.
18
+
- `taxonkit reformat2`:
19
+
- Fix handling of deleted TaxIds. [#117](https://github.com/shenwei356/taxonkit/issues/117)
20
+
- **Change the default output format to be compatible with NCBI's recent changes**. [#115](https://github.com/shenwei356/taxonkit/issues/115), [#116](https://github.com/shenwei356/taxonkit/issues/116))
21
+
- `taxonkit filter2`:
22
+
- Support new ranks: `acellular root` and `cellular root`.
23
+
**Please remove the `ranks.txt` file in `~/.taxonkit/` or other directories containing taxdump files (nodes.dmp)**.
24
+
- Automaticly switch on `-N/--discard-noranks` when only `-E/--equal-to` is given and the value is not one of ranks without order ("no rank", "clade").
25
+
- `taxonkit name2taxid`:
26
+
- Remove duplicated records caused by capitalization.
0 commit comments