$ gzip -dc file.fasta.gz | blastall -i stdin -p blastn -d database ...
The "|" sign makes the output of the gzip command available to the following command. Changing the -i parameter to "stdin" tells the blastall program to use the output of the previous command as input. The ... should be replaced by additional parameters such as the output format (-m) or the word size (-W).
Comments (0)
Only registered users can write comments!
Powered by !JoomlaComment 4.0 beta1


