This is a test version of Biostars. For the public version, visit https://www.biostars.org.
tblastn multiple protein against db

Hi, i would like to know which command should i type in order to blast a fasta file containing several proteins against my db containing a nucleotide genome sequence. Thanks very much

alignment

1 answer

You can directly blast with your file containing multiple proteins as query :

tblastn -query multiple_fasta_file.fasta -db genome

Log in to answer this question.