Tabular fields of DIAMOND.m8 file
1
1
Entering edit mode
8.4 years ago
frcamacho ▴ 210

Hi all,

I am using the DIAMOND aligner and I have been trying to find what the different fields in the DIAMOND blast tabular file (.m8) are. The fields aren't listed on the DIAMOND github page or paper. Does anyone know what the different tabs are?

Thanks!

Diamond • 12k views
ADD COMMENT
4
Entering edit mode
8.4 years ago
Chris Fields ★ 2.2k

They are supposed to be the same as the default tabular BLAST+, output (-outfmt 6 or -m 8):

'qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore'

...
           qseqid means Query Seq-id
           sseqid means Subject Seq-id
           pident means Percentage of identical matches
           length means Alignment length
         mismatch means Number of mismatches
          gapopen means Number of gap openings
           qstart means Start of alignment in query
             qend means End of alignment in query
           sstart means Start of alignment in subject
             send means End of alignment in subject
           evalue means Expect value
         bitscore means Bit score

EDIT: edit down descriptors to the relevant ones, and to fix BLAST+ option.

ADD COMMENT
1
Entering edit mode

Just a minor clarification, it should be '-outfmt 6' for blast+ and '-m 8' for legacy blast. It would be easier if they were the same.

ADD REPLY
1
Entering edit mode

Edited to fix that, thanks, completely slipped by me. And I agree, would have been nice to keep the numbering consistent.

ADD REPLY

Login before adding your answer.

Traffic: 2889 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6