what happens when blast is run with default query "-"?
I have seen cmdline blast been used like:
blastx -db my_blast_db_path -query - -evalue 1e-3 -outfmt 6 -max_target_seqs 1
What's the purpose running blastx without query? Does it do anything?
• 1,791 views
•
link
1 answer
It reads the query from stdin - from standard input meaning terminal or redirected input such as pipe "|" or input "<"
• 0 views
•
link
Log in to answer this question.