Mercurial > repos > fubar > jbrowse2
comparison jbrowse2.py @ 81:e9bcbed05108 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 7bb0fa234bdbc42768b30e426472a47b2523297f-dirty
author | fubar |
---|---|
date | Wed, 03 Apr 2024 01:25:22 +0000 |
parents | dff27c9f6d72 |
children | 746eae952c18 |
comparison
equal
deleted
inserted
replaced
80:dff27c9f6d72 | 81:e9bcbed05108 |
---|---|
1201 "type": "LinearBasicDisplay", | 1201 "type": "LinearBasicDisplay", |
1202 "displayId": "%s-LinearSyntenyDisplay" % tId, | 1202 "displayId": "%s-LinearSyntenyDisplay" % tId, |
1203 }, | 1203 }, |
1204 ], | 1204 ], |
1205 } | 1205 } |
1206 if nrow > 50000: | 1206 if nrow > 20000: |
1207 style_json = { | 1207 style_json = { |
1208 "displays": [ | 1208 "displays": [ |
1209 { | 1209 { |
1210 "type": "LGVSyntenyDisplay", | 1210 "type": "LGVSyntenyDisplay", |
1211 "displayId": "%s-LGVSyntenyDisplay" % tId, | 1211 "displayId": "%s-LGVSyntenyDisplay" % tId, |