Entering edit mode
6.0 years ago
marongiu.luigi
▴
770
Dear all,
is it possible to run BlastX on the command line? I have installed Nucleotide-Nucleotide BLAST 2.5.0+; what would be the syntax (if I can use this program) or when can I find blastX? Thank you
OK, I think I found it: blastx is already included in the blast suite thus I only need to change the
blastcommand withblastxYep you got it. The manual isn't that great unfortunately. But mostly all the options for blastn is similar for blastx.
Among the tasks, I can see blastp, blastn and megablast but not blastX...
It's there:
That is because you are looking at
taskoption forblastn -helpwhich hasIf you look at
blastx -helpyou will seeYes thank you, I thought blastx was a task of blastn instead is another program altogether. I am running it now. case closed.