1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/f2638528e904/ changeset: f2638528e904 user: jgoecks date: 2011-07-14 22:54:43 summary: Fix bug in trackster filtering of GFF datasets. affected #: 1 file (0 bytes) --- a/lib/galaxy/visualization/tracks/data_providers.py Thu Jul 14 15:58:06 2011 -0400 +++ b/lib/galaxy/visualization/tracks/data_providers.py Thu Jul 14 22:54:43 2011 +0200 @@ -412,7 +412,7 @@ 'type': 'int', 'index': filter_col, 'tool_id': 'Filter1', - 'tool_exp_name': 'c5' } ] + 'tool_exp_name': 'c6' } ] filter_col += 1 if isinstance( self.original_dataset.datatype, Gtf ): # Create filters based on dataset metadata. 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.