Mercurial > repos > fubar > jbrowse2
comparison jbrowse2.py @ 107:a074cd6b5905 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a1537aea75fc902d0e38c0b7c698830a939648b1-dirty
author | fubar |
---|---|
date | Sun, 23 Jun 2024 06:59:56 +0000 |
parents | 9e3f69d9fed1 |
children | 5d1259b88c27 |
comparison
equal
deleted
inserted
replaced
106:0082924757b0 | 107:a074cd6b5905 |
---|---|
1350 logging.debug( | 1350 logging.debug( |
1351 "style data for %s = %s" | 1351 "style data for %s = %s" |
1352 % (tId, style_data) | 1352 % (tId, style_data) |
1353 ) | 1353 ) |
1354 | 1354 |
1355 if style_data.get('type',None): | 1355 if style_data.get('type',None) == None: |
1356 style_data["type"] = "LinearBasicDisplay" | 1356 style_data["type"] = "LinearBasicDisplay" |
1357 if "displays" in track_conf: | 1357 if "displays" in track_conf: |
1358 disp = track_conf["displays"][0]["type"] | 1358 disp = track_conf["displays"][0]["type"] |
1359 style_data["type"] = disp | 1359 style_data["type"] = disp |
1360 if track_conf.get("style_labels", None): | 1360 if track_conf.get("style_labels", None): |