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!
That's it, with a value for the whole query list.