# HG changeset patch # User gga # Date 1540460848 14400 # Node ID 27f205867f46315f9c4daf29ff7eead05ea477de # Parent 87ac50dc5553522250dcf3121876fcf8a74b0d95 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit d9f27b297d9a919471c92b02ecf6cc9554457211 diff -r 87ac50dc5553 -r 27f205867f46 webapollo.py --- a/webapollo.py Fri Aug 31 09:31:23 2018 -0400 +++ b/webapollo.py Thu Oct 25 05:47:28 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: