sequence-analyses
v1.2.0
Published
Submit sequence(s) to external analysis services
Maintainers
Readme
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-analysesUsage without installation:
npx sequence-analysesUsage after global installation:
sequence-analysesOptions
| flag | alias | description | choices | default |
| ---- | -------------- | ------------------------------------------------------ | ----------- | -------- |
| -i | --input | Input file or string | [string] | stdin |
| -t | --type | Type of input | pdb | pdb |
| | --email | Email address (required by InterProScan) | [string] | |
| -o | --output | Output file | [string] | stdout |
| | --force-output | Force overwriting the output file if it already exists | [boolean] | false |
| -s | --silent | Don't output anything to stderr (no spinner) | [boolean] | false |
| | --version | Show version number | | |
| | --help | Show help | | |
