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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [Unreleased]
6
+
7
+
### Changed
8
+
- Swapped `taxonkit reformat` for `taxonkit reformat2` to restore sane default behaviors after NBCI shuffled ranks near the root of the taxonomy database (#43, #44)
Copy file name to clipboardExpand all lines: README.md
+45-27Lines changed: 45 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Execute `help(pytaxonkit.name2taxid)` (and so on) from the Python interpreter fo
23
23
`pytaxonkit` provides convenient access to TaxonKit operations from Python for use in the interactive interpreter, IPython, Jupyter notebooks, or custom Python code.
24
24
25
25
> **NOTES**
26
-
> - The `reformat` operation is automatically run by `pytaxonkit.lineage` and cannot be invoked independently.
26
+
> - The `reformat2` operation is automatically run by `pytaxonkit.lineage` and cannot be invoked independently.
27
27
> - The `genautocomplete` operation is specific to the shell and is not supported.
28
28
> - Several other operations are not supported, including `cami-filter`, `create-taxdump`, `profile2cami`, and `taxid-changelog`.
29
29
> - The `pytaxonkit.__version__` variable refers to the version number of the Python bindings, while the `pytaxonkit.__taxonkitversion__` variable corresponds to the version of the installed TaxonKit program. These version numbers are not necessarily equal.
@@ -32,7 +32,7 @@ Execute `help(pytaxonkit.name2taxid)` (and so on) from the Python interpreter fo
0 commit comments