Mercurial > repos > fubar > jbrowse2
comparison jbrowse2.py @ 48:460d5b6c5d98 draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 3a43e9e0ffce0966101203102e769d1ced28618a-dirty
author | fubar |
---|---|
date | Wed, 06 Mar 2024 10:37:49 +0000 |
parents | 3e53204c2419 |
children | 7e867ff86e44 |
comparison
equal
deleted
inserted
replaced
47:3e53204c2419 | 48:460d5b6c5d98 |
---|---|
1146 "style": {}, | 1146 "style": {}, |
1147 } | 1147 } |
1148 | 1148 |
1149 outputTrackConfig["key"] = track_human_label | 1149 outputTrackConfig["key"] = track_human_label |
1150 outputTrackConfig["useuri"] = useuri | 1150 outputTrackConfig["useuri"] = useuri |
1151 outputTrackConfig["path"] = dataset_path | |
1152 outputTrackConfig["ext"] = dataset_ext | |
1151 | 1153 |
1152 outputTrackConfig["trackset"] = track.get("trackset", {}) | 1154 outputTrackConfig["trackset"] = track.get("trackset", {}) |
1153 outputTrackConfig["label"] = "%s_%i_%s" % ( | 1155 outputTrackConfig["label"] = "%s_%i_%s" % ( |
1154 dataset_ext, | 1156 dataset_ext, |
1155 i, | 1157 i, |