# HG changeset patch # User gga # Date 1540888096 14400 # Node ID ce590fe02ba41767ad8ef4bc10f7213f7811d562 # Parent a3000d01c04c44e11824e4e018e8bbb26af54dbe planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit d9f27b297d9a919471c92b02ecf6cc9554457211 diff -r a3000d01c04c -r ce590fe02ba4 __pycache__/webapollo.cpython-36.pyc Binary file __pycache__/webapollo.cpython-36.pyc has changed diff -r a3000d01c04c -r ce590fe02ba4 webapollo.py --- a/webapollo.py Fri Aug 31 09:34:31 2018 -0400 +++ b/webapollo.py Tue Oct 30 04:28:16 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: diff -r a3000d01c04c -r ce590fe02ba4 webapollo.pyc Binary file webapollo.pyc has changed