Releases: unipept/unipept-cli
Releases · unipept/unipept-cli
4.0.1
For version 4.0, the CLI was reimplemented in node. This should make it easier to install for users and easier to maintain for developers.
All commands use the same syntax, so switching shouldn't be a big problem. For a detailed list of changes, see #172
3.0.2
- [Fixed] an issue with the
uniprot
command due to a change with the UniProtKB website
3.0.1
- [Added] psych as an explicit dependency, hopefully fixing #120
3.0.0
This release switches to the Unipept API v2. There are only minimal changes, but scripts using the output of this tool might break (which is why we bumped the major version number).
More specifically, when requesting the full lineages there are some changes to the ranks that are returned: strain
was added and some uncommon ranks such as parvorder
were removed. The exact details can be found in this pull request: unipept/unipept#1409
2.2.2
- [Updated] dependencies
- [Improved] explicit support ruby 3.0 and 3.1
- [Removed] support for ruby 2.5 and 2.6
2.2.1
- [Fixed] a small bug related to the batch size
2.2.0
- Add the taxa2tree command to generate a hierarchical json of the taxonomy. The command can also return an HTML view that shows a visualisation.
2.1.1
- Follow redirects for requests
2.1.0
Added pept2interpro
, updated dependencies and fixed some bug where not all functional annotations were returned (#63).