# HG changeset patch
# User gga
# Date 1540888222 14400
# Node ID 466f03bef71472bd9281fc1d0dd621658a8f8568
# Parent  207c1c2813606c94d364a9a0edfb28595a5a762c
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit d9f27b297d9a919471c92b02ecf6cc9554457211

diff -r 207c1c281360 -r 466f03bef714 __pycache__/webapollo.cpython-36.pyc
Binary file __pycache__/webapollo.cpython-36.pyc has changed
diff -r 207c1c281360 -r 466f03bef714 json2iframe.xml
--- a/json2iframe.xml	Fri Aug 31 09:33:49 2018 -0400
+++ b/json2iframe.xml	Tue Oct 30 04:30:22 2018 -0400
@@ -20,7 +20,7 @@
   <tests>
       <test>
           <param name="json_file" value="fake.json"/>
-          <output name="html">
+          <output name="output">
               <assert_contents>
                   <has_text text="Embedded Apollo Access" />
               </assert_contents>
diff -r 207c1c281360 -r 466f03bef714 webapollo.py
--- a/webapollo.py	Fri Aug 31 09:33:49 2018 -0400
+++ b/webapollo.py	Tue Oct 30 04:30:22 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 207c1c281360 -r 466f03bef714 webapollo.pyc
Binary file webapollo.pyc has changed