1.2.0 • Published 5 years ago

sequence-analyses v1.2.0

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

NPM version

Description

Extract sequences from input file or from standard input. Sends them to external services, HMMer web server, and InterProScan. Retrieve the results and store them into a JSON file

Installation and usage

Global installation:

npm install -g sequence-analyses

Usage without installation:

npx sequence-analyses

Usage after global installation:

sequence-analyses

Options

flagaliasdescriptionchoicesdefault
-i--inputInput file or stringstringstdin
-t--typeType of inputpdbpdb
--emailEmail address (required by InterProScan)string
-o--outputOutput filestringstdout
--force-outputForce overwriting the output file if it already existsbooleanfalse
-s--silentDon't output anything to stderr (no spinner)booleanfalse
--versionShow version number
--helpShow help