Mercurial > repos > yating-l > hubarchivecreator
diff TrackDb.py @ 70:39a32cb31623 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 159730602ff500b59aefc7080fb49b726c88d655-dirty
author | yating-l |
---|---|
date | Tue, 26 Sep 2017 18:46:02 -0400 |
parents | 4ca7cbf2d9b8 |
children | b724e559907e |
line wrap: on
line diff
--- a/TrackDb.py Tue Sep 26 17:56:42 2017 -0400 +++ b/TrackDb.py Tue Sep 26 18:46:02 2017 -0400 @@ -67,8 +67,8 @@ if not "color" in extraSettings: extraSettings["color"] = "#000000" extraSettings["color"] = TrackDb.getRgb(extraSettings["color"]) - if not "group" in extraSettings: - extraSettings["group"] = "Default group" + #if "group" in extraSettings: + #extraSettings["group"] = santitizer.sanitize_group_name(extraSettings["group"]) if not "thickDrawItem" in extraSettings: extraSettings["thickDrawItem"] = "off"