Skip to content

Commit

Permalink
edam terms
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Oct 17, 2017
1 parent 8fa7cc8 commit deedb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/datatypes/annotation.py
Expand Up @@ -10,6 +10,7 @@

class SnapHmm(Text):
file_ext = "snaphmm"
edam_data = "data_1364"

def set_peek(self, dataset, is_multi_byte=False):
if not dataset.dataset.purged:
Expand Down Expand Up @@ -39,6 +40,7 @@ class Augustus(CompressedArchive):
Class describing an Augustus prediction model
"""
file_ext = "augustus"
edam_data = "data_0950"
compressed = True

def set_peek(self, dataset, is_multi_byte=False):
Expand Down

0 comments on commit deedb17

Please sign in to comment.