Skip to content

Releases: unipept/unipept-cli

4.0.1

Choose a tag to compare

@bmesuere bmesuere released this 28 Nov 10:51
1096d2e

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

Choose a tag to compare

@bmesuere bmesuere released this 24 Jul 18:17
422aefa

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

Choose a tag to compare

@bmesuere bmesuere released this 08 Jul 08:29
4647b24
  • [Fixed] an issue with the uniprot command due to a change with the UniProtKB website

3.0.1

Choose a tag to compare

@bmesuere bmesuere released this 27 Apr 13:41
55adf9e
  • [Added] psych as an explicit dependency, hopefully fixing #120

3.0.0

Choose a tag to compare

@bmesuere bmesuere released this 14 Apr 08:17
c62e80d

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

Choose a tag to compare

@bmesuere bmesuere released this 13 Apr 13:23
82a389c
  • [Updated] dependencies
  • [Improved] explicit support ruby 3.0 and 3.1
  • [Removed] support for ruby 2.5 and 2.6

2.2.1

Choose a tag to compare

@bmesuere bmesuere released this 09 Mar 09:09
4849446
  • [Fixed] a small bug related to the batch size

2.2.0

Choose a tag to compare

@bmesuere bmesuere released this 09 Mar 09:04
b5bb0d5
  • 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

Choose a tag to compare

@bmesuere bmesuere released this 09 Mar 09:03
e82796f
  • Follow redirects for requests

2.1.0

Choose a tag to compare

@bmesuere bmesuere released this 12 Feb 08:05
0e63d7f

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