commit/galaxy-central: jgoecks: Fix incorrect sniffing for encodepeak datatype.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9f623fc8e798/ changeset: 9f623fc8e798 user: jgoecks date: 2012-02-29 16:42:40 summary: Fix incorrect sniffing for encodepeak datatype. affected #: 1 file diff -r 7c75c62bb5822f0cdf38d4800754e424af3d1c74 -r 9f623fc8e798e32bdc80bc5166448ed1273c373e lib/galaxy/datatypes/interval.py --- a/lib/galaxy/datatypes/interval.py +++ b/lib/galaxy/datatypes/interval.py @@ -1289,7 +1289,7 @@ MetadataElement( name="columns", default=3, desc="Number of columns", readonly=True, visible=False ) def sniff( self, filename ): - return Exception( "Unimplemented Function" ) + return False def get_track_type( self ): return "FeatureTrack", {"data": "tabix", "index": "summary_tree"} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket