That's it, with a value for the whole query list.
blastn: how to show all query list in my blastn results, even if they have no match.
Hi,
I am comparing a list of sequences from my sequencing results with public database and saving just the best record like this:
blastn -task blastn -query ${i}.fa -db nt -remote -outfmt '6 qseqid sseqid pident evalue staxids stitle' -num_alignments 1 -out ${i}_blastnxnt.csv
But, I would like to have one line per query line, saving all ids, even those not found in the database. Does anyone know how to do it?
Gracias!
• 4,117 views
•
link
2 answers
• 1 views
•
link
Before you move ahead to find find one best hit, I would strongly suggest you to read recently published paper talking about finding best hit and its misunderstanding
• 1 views
•
link
+1 for that Chirag..!
• 1 views
•
link
Log in to answer this question.