commit/galaxy-central: jgoecks: Fix for getting reference data for a built-in genome build.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/070c57978648/ changeset: 070c57978648 user: jgoecks date: 2011-10-03 16:52:19 summary: Fix for getting reference data for a built-in genome build. affected #: 1 file (-1 bytes) --- a/lib/galaxy/web/controllers/tracks.py Mon Oct 03 10:40:36 2011 -0400 +++ b/lib/galaxy/web/controllers/tracks.py Mon Oct 03 10:52:19 2011 -0400 @@ -420,7 +420,7 @@ twobit_file_name = None if dbkey in self.available_genomes: # Built-in twobit. - twobit_file_name = TwoBitFile( open( self.available_genomes[dbkey] ) ) + twobit_file_name = self.available_genomes[dbkey] else: # From custom build. # TODO: how to make this work for shared visualizations? 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