Mercurial > repos > fubar > jbrowse2
diff 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 |
line wrap: on
line diff
--- a/jbrowse2.py Sun Jun 23 02:06:21 2024 +0000 +++ b/jbrowse2.py Sun Jun 23 06:59:56 2024 +0000 @@ -1352,7 +1352,7 @@ % (tId, style_data) ) - if style_data.get('type',None): + if style_data.get('type',None) == None: style_data["type"] = "LinearBasicDisplay" if "displays" in track_conf: disp = track_conf["displays"][0]["type"]