Skip to content

Commit

Permalink
addition of blank lines (test failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Mar 23, 2018
1 parent ed86fe7 commit 1e7c863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/galaxy/datatypes/sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ def sniff(self, filename):

return False


class GenbankGz(data.Text, CompressedArchive):
"""Class representing a generic compressed Genbank sequence"""
edam_format = "format_1936"
Expand All @@ -1225,6 +1226,7 @@ def sniff(self, filename):
return False
return data.Text.sniff(self, filename)


class GbkGz(data.Text, CompressedArchive):
"""Class representing a generic compressed Genbank sequence"""
edam_format = "format_1936"
Expand All @@ -1240,6 +1242,7 @@ def sniff(self, filename):
return False
return data.Text.sniff(self, filename)


class MemePsp(Sequence):
"""Class representing MEME Position Specific Priors"""
file_ext = "memepsp"
Expand Down

0 comments on commit 1e7c863

Please sign in to comment.