Skip to content

Commit

Permalink
edam format
Browse files Browse the repository at this point in the history
  • Loading branch information
jjkoehorst committed Aug 15, 2016
1 parent 690d835 commit d072a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/datatypes/triples.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@ def set_peek( self, dataset, is_multi_byte=False ):
dataset.peek = 'file does not exist'
dataset.blurb = 'file purged from disk'


class HDT( binary.Binary, Triples ):
"""
The HDT triple data format
"""
edam_format = "format_3256"
edam_format = "format_2376"
file_ext = "hdt"

def sniff( self, filename ):
Expand Down

0 comments on commit d072a6b

Please sign in to comment.