bionode-fasta
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
return console.log( | ||
'Usage: bionode-ncbi <options> <fasta file [required]> <output file>\n\n' + | ||
'Usage: bionode-fasta <options> <fasta file [required]> <output file>\n\n' + | ||
'You can also use fasta files compressed with gzip\n' + | ||
@@ -41,3 +41,3 @@ 'If no output is provided, the result will be printed to stdout\n\n' + | ||
if (data.trim() === '') { return } | ||
parser.write(data.trim()) | ||
parser.write(data) | ||
}) | ||
@@ -44,0 +44,0 @@ process.stdin.on('end', function () { |
{ | ||
"name": "bionode-fasta", | ||
"description": "Streamable FASTA parser", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"homepage": "http://bionode.io", | ||
@@ -6,0 +6,0 @@ "repository": { |
614478