8 Sep
2010
8 Sep
'10
2:18 p.m.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User rc # Date 1282769259 14400 # Node ID 7fa394981ef6f8d079cd8dd776cba349baca958f # Parent 95915784818931029539fd058c328e45470d34c2 Bug fixes and basic zoom feature for mutation viz tool --- a/tools/mutation/visualize.py +++ b/tools/mutation/visualize.py @@ -85,8 +85,6 @@ def mainsvg(opts): total = int(row[start_col+4]) diff = int(row[start_col+5]) imp = int(row[start_col+6]) - - #print 'sample_index', sample_index, total if total: x = 16+(sample_index*(WIDTH+GAP)) y = 30+(count*(HEIGHT+GAP))