commit/galaxy-central: jgoecks: Remove dubugging statement from last commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/aa1ad2112bb7/ changeset: aa1ad2112bb7 user: jgoecks date: 2012-09-18 19:14:49 summary: Remove dubugging statement from last commit. affected #: 2 files diff -r aa0469dd0078fd792ff34db8cd8ee36ae0e9c9be -r aa1ad2112bb7918987dc31250ac214e45ba75641 lib/galaxy/datatypes/tabular.py --- a/lib/galaxy/datatypes/tabular.py +++ b/lib/galaxy/datatypes/tabular.py @@ -313,8 +313,6 @@ if col_type in [ 'int', 'float' ]: num_numerical_cols += 1 - print dataset.name, num_numerical_cols - vizs = super( Tabular, self ).get_visualizations( dataset ) if num_numerical_cols >= 2: vizs.append( 'scatterplot' ) diff -r aa0469dd0078fd792ff34db8cd8ee36ae0e9c9be -r aa1ad2112bb7918987dc31250ac214e45ba75641 templates/root/history_common.mako --- a/templates/root/history_common.mako +++ b/templates/root/history_common.mako @@ -232,8 +232,8 @@ visualizations = data.get_visualizations() ## HACK: if there are visualizations, only provide trackster for now since others ## are not ready. - if visualizations: - visualizations = [ 'trackster' ] + #if visualizations: + # visualizations = [ 'trackster' ] %> %if visualizations: <a href="${h.url_for( controller='visualization' )}" 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