Skip to content

Commit

Permalink
Mark BLAST XML with EDAM ontology terms.
Browse files Browse the repository at this point in the history
As per Herve Menager, EDAM format should be 3331 and data 0857
(sequence search results).
  • Loading branch information
peterjc committed Nov 4, 2016
1 parent 4159770 commit b5ba960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/blast.py
Expand Up @@ -45,6 +45,8 @@
class BlastXml(GenericXml):
"""NCBI Blast XML Output data"""
file_ext = "blastxml"
edam_format = "format_3331"
edam_data = "data_0857"

def set_peek(self, dataset, is_multi_byte=False):
"""Set the peek and blurb text"""
Expand Down

0 comments on commit b5ba960

Please sign in to comment.