I am performing a standalone BLAST in ubuntu, I have downloaded the environmental metagenome (env_nt) database from NCBI. The cmd which I am using to perform BLAST is ->
blastn -db env_nt -query file.fasta -out BLAST_output.fasta -max_target_seqs 1 -outfmt '6 qseqid qseq sallseqid stitle score bitscore qcovs evalue pident sacc staxids sscinames scomnames sblastnames'
But in this output I also need the organisms name or the source name of the subject hit which I am obtaining form the BLAST. Can anyone help me regarding this? What syntax should I use to obtain the organism/source name? Thanking you.
can you provide several lines of the result?