Repository 'apollo_fetch_jbrowse'
hg clone https://toolshed.g2.bx.psu.edu/repos/gga/apollo_fetch_jbrowse

Changeset 6:54277b911534 (2018-10-30)
Previous changeset 5:1a2976c6b161 (2018-08-31) Next changeset 7:a738e3e57156 (2019-03-15)
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit d9f27b297d9a919471c92b02ecf6cc9554457211
modified:
webapollo.py
added:
__pycache__/webapollo.cpython-36.pyc
webapollo.pyc
b
diff -r 1a2976c6b161 -r 54277b911534 __pycache__/webapollo.cpython-36.pyc
b
Binary file __pycache__/webapollo.cpython-36.pyc has changed
b
diff -r 1a2976c6b161 -r 54277b911534 webapollo.py
--- a/webapollo.py Fri Aug 31 09:33:16 2018 -0400
+++ b/webapollo.py Tue Oct 30 04:31:11 2018 -0400
[
@@ -1544,10 +1544,7 @@
     permissionMap = {
         x['organism']: x['permissions']
         for x in user.organismPermissions
-        if 'WRITE' in x['permissions'] or
-        'READ' in x['permissions'] or
-        'ADMINISTRATE' in x['permissions'] or
-        user.role == 'ADMIN'
+        if 'WRITE' in x['permissions'] or 'READ' in x['permissions'] or 'ADMINISTRATE' in x['permissions'] or user.role == 'ADMIN'
     }
 
     if 'error' in orgs:
b
diff -r 1a2976c6b161 -r 54277b911534 webapollo.pyc
b
Binary file webapollo.pyc has changed