How do I convert a DIAMOND .daa file into human readable format?
1
0
Entering edit mode
16 months ago

How do I convert a DIAMOND .daa file into human readable format?

Diamond • 996 views
ADD COMMENT
0
Entering edit mode

This may be a question for the developer : buchfink

ADD REPLY
0
Entering edit mode
15 months ago
db692 • 0

You could use diamond view and write the output to a .tsv using the following command

diamond view --daa file.daa > file.tsv

If you don't have the headers in the .daa I believe the fields are in the following order but this is certainly worth checking

Query ID, Subject ID, Percentage of identical matches, Alignment length, Number of mismatches, Number of gap openings, Start of alignment in query, End of alignment in query, Start of alignment in subject, End of alignment in subject, Expected value, Bit score.

ADD COMMENT

Login before adding your answer.

Traffic: 2367 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