Mercurial > repos > yating-l > jbrowse_hub
changeset 40:4af741177682 draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit faeedda55e23f1197bc454d3db2d52af29d786e8-dirty
author | yating-l |
---|---|
date | Fri, 17 Mar 2017 19:01:21 -0400 |
parents | 75edbc203532 |
children | 6a5f78bc0bed |
files | trackObject.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/trackObject.py Fri Mar 17 19:00:01 2017 -0400 +++ b/trackObject.py Fri Mar 17 19:01:21 2017 -0400 @@ -72,8 +72,6 @@ track['label'] = track['name'] if 'track_color' not in metaData.keys() or track['track_color'] == '': track['track_color'] = "#daa520" - if 'track_type' not in metaData.keys() or track['track_type'] == '': - track['track_type'] = "CanvasFeatures" if track['dataType'] == 'bigwig': if 'pos_color' not in metaData.keys() or track['pos_color'] == '': track['pos_color'] = "#FFA600"