Project

unipept

0.01
No release in over a year
Command line interface to the Unipept (http://unipept.ugent.be) web services (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility commands for handling proteins using the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 5.18
~> 13.0.1
~> 1.50

Runtime

~> 2.15.10
~> 5.1.0
~> 1.4.0
 Project Readme

unipept-cli

NPM Version

Unipept-cli offers a command line interface to the Unipept web service. Documentation about the web service can be found at http://unipept.ugent.be/apidocs, documentation about the command line tools at http://unipept.ugent.be/clidocs.

Installation

To use the Unipept CLI, node 22 or higher needs to be installed. You can check this by running node -v on the commandline:

$ node -v
v22.3.0

More information on installing Node can be found at https://nodejs.org/en/download/package-manager

The Unipept CLI is available as an npm package. This means it can easily be installed with the following command:

$ npm install -g unipept-cli
added 3 packages in 986ms

After successful installation, the unipept command should be available:

$ unipept --version
4.0.0

The help can be accessed by running unipept -h.