Skip to content

Releases: unipept/unipept-cli

4.0.1

28 Nov 10:51
1096d2e
Compare
Choose a tag to compare

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.1.0

24 Jul 18:17
422aefa
Compare
Choose a tag to compare

This release adds support for the new unipept protinfo command. More information can be found here: https://unipept.ugent.be/clidocs/protinfo.

3.0.2

08 Jul 08:29
4647b24
Compare
Choose a tag to compare
  • [Fixed] an issue with the uniprot command due to a change with the UniProtKB website

3.0.1

27 Apr 13:41
55adf9e
Compare
Choose a tag to compare
  • [Added] psych as an explicit dependency, hopefully fixing #120

3.0.0

14 Apr 08:17
c62e80d
Compare
Choose a tag to compare

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

13 Apr 13:23
82a389c
Compare
Choose a tag to compare
  • [Updated] dependencies
  • [Improved] explicit support ruby 3.0 and 3.1
  • [Removed] support for ruby 2.5 and 2.6

2.2.1

09 Mar 09:09
4849446
Compare
Choose a tag to compare
  • [Fixed] a small bug related to the batch size

2.2.0

09 Mar 09:04
b5bb0d5
Compare
Choose a tag to compare
  • 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

09 Mar 09:03
e82796f
Compare
Choose a tag to compare
  • Follow redirects for requests

2.1.0

12 Feb 08:05
0e63d7f
Compare
Choose a tag to compare

Added pept2interpro, updated dependencies and fixed some bug where not all functional annotations were returned (#63).