commit/galaxy-central: richard_burhans: I had an older tabular.py, fixed one line that got changed by mistake
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ef39a1112100/ changeset: ef39a1112100 user: richard_burhans date: 2011-10-31 22:13:24 summary: I had an older tabular.py, fixed one line that got changed by mistake affected #: 1 file diff -r 69602a4fb17b3aa775c970580de8979c428b9b68 -r ef39a111210018fb50282a352182b298c23be8f7 lib/galaxy/datatypes/tabular.py --- a/lib/galaxy/datatypes/tabular.py +++ b/lib/galaxy/datatypes/tabular.py @@ -481,4 +481,4 @@ return out def get_track_type( self ): - return "FeatureTrack", {"data": "tabix", "index": "summary_tree"} + return "VcfTrack", {"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