Another Linux shell trick to count sequences in "standard" BLAST output:
grep -c ^Query= outputFile
and if you want that to update every 5 seconds:
watch -n 5 "grep -c ^Query= outputFile"
• 31 views
•
link
Can u let me know the command for running standalone blast+ for remote EST sequence at NCBI
thanks