commit/galaxy-central: jgoecks: Visualization bug fixes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7c5d92187dfd/ Changeset: 7c5d92187dfd User: jgoecks Date: 2014-07-14 20:07:04 Summary: Visualization bug fixes. Affected #: 2 files diff -r d09b3a2bd7b2f0fe07f9894923b9a73d02176a82 -r 7c5d92187dfd5b92fd05e0fcab163a8a0ef89ffa lib/galaxy/webapps/galaxy/api/datasets.py --- a/lib/galaxy/webapps/galaxy/api/datasets.py +++ b/lib/galaxy/webapps/galaxy/api/datasets.py @@ -194,7 +194,7 @@ max_vals = data_provider.get_default_max_vals() # Get reference sequence and mean depth for region; these is used by providers for aligned reads. - ref_seq = None + region = None mean_depth = None if isinstance( data_provider, (SamDataProvider, BamDataProvider ) ): # Get reference sequence. diff -r d09b3a2bd7b2f0fe07f9894923b9a73d02176a82 -r 7c5d92187dfd5b92fd05e0fcab163a8a0ef89ffa static/scripts/viz/trackster/painters.js --- a/static/scripts/viz/trackster/painters.js +++ b/static/scripts/viz/trackster/painters.js @@ -1462,6 +1462,7 @@ if (num_samples === 1) { row_height = feature_height = (w_scale < ctx.canvas.manager.char_width_px ? this.prefs.summary_height : row_height); + paint_utils.row_height = row_height; // No summary when there's a single sample. draw_summary = false; } 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