Hello,
Is it possible to get the full header in blastn out6 mode when outputing the result ?
For example, my output looks like:
seq1 GBSQ01012201.1.2324 100.0 297 0 0 1 297 1 2324 -1 0
My database:
GBSQ01012201.1.2324 Bacteria;Proteobacteria;Gammaproteobacteria;Pseudomonadales;Moraxellaceae;Penicillium janthinellum AAUCAAGUGCCUUAAGGGUGU ...
I would like an output like this:
seq1 GBSQ01012201.1.2324 Bacteria;Proteobacteria;Gammaproteobacteria;Pseudomonadales;Moraxellaceae;Penicillium janthinellum 100.0 297 0 0 1 297 1 2324 -1 0
As far as I recall, this only works with 1. NCBI's preformatted BLAST DBs and 2. DBs created from sequence files retrieved from the NCBI when -parse_seqids is used in makeblastdb and the sequence headers follow the gi|acc formatting (so it does not work with e.g. sequences from GenBank assembly dirs).