commit/galaxy-central: jgoecks: Whitespace fixes for Vcf datatype.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/199b62339f26/ Changeset: 199b62339f26 User: jgoecks Date: 2013-04-11 14:44:42 Summary: Whitespace fixes for Vcf datatype. Affected #: 1 file diff -r dbfc964167ae66025cf93059ac157c611742322b -r 199b62339f2633b0cfb6bb5dbb486967e3b2d8c1 lib/galaxy/datatypes/tabular.py --- a/lib/galaxy/datatypes/tabular.py +++ b/lib/galaxy/datatypes/tabular.py @@ -546,12 +546,13 @@ def sniff( self, filename ): headers = get_headers( filename, '\n', count=1 ) return headers[0][0].startswith("##fileformat=VCF") + def display_peek( self, dataset ): """Returns formated html of peek""" return Tabular.make_html_table( self, dataset, column_names=self.column_names ) def get_track_type( self ): - return "VcfTrack", {"data": "tabix", "index": "summary_tree"} + return "VcfTrack", { "data": "tabix", "index": "summary_tree" } class Eland( Tabular ): """Support for the export.txt.gz file used by Illumina's ELANDv2e aligner""" 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)
-
commits-noreply@bitbucket.org