1.0.3 • Published 8 months ago

interproscan2genome v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

interproscan2genome

Install

npm install -g interproscan2genome

Usage

interproscan2genome --genomeGFF genes.gff --interproGFF domains.gff > domainsOnTheGenome.gff

If you get out of memory error, add the following to add more memory for node.js

NODE_OPTIONS=--max-old-space-size=8000 interproscan2genome --genomeGFF genes.gff --interproGFF domains.gff > domainsOnTheGenome.gff
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago