Previous changeset 19:8f33c9fbc119 (2018-07-06) Next changeset 21:1c718d8b3532 (2018-09-11) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 75a0a1c7b26cac156f76e8266a0e2e3d81be7f02 |
modified:
jbrowse.py |
b |
diff -r 8f33c9fbc119 -r 558d652cd681 jbrowse.py --- a/jbrowse.py Fri Jul 06 06:10:18 2018 -0400 +++ b/jbrowse.py Thu Aug 30 11:43:59 2018 -0400 |
[ |
@@ -945,3 +945,4 @@ extra_data['visibility'][track.attrib.get('visibility', 'default_off')].append(key) jc.add_final_data(extra_data) + jc.generate_names() |