You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a user account with the Admin role in Apollo, run export.py or delete_features.py or delete_organism.py on an organism without specific permissions assigned
Tool fails with something similar to:
Traceback (most recent call last):
File "/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/gga/apollo_export/0d4234488bd0/apollo_export/export.py", line 49, in <module>
raise Exception("You do not have read permission on organism %s" % org_cn)
Exception: You do not have read permission on organism <name>
I find that the utility of these tools is much reduced by requiring I must manually assign myself these permissions through Apollo before I can use the tools to remove or retrieve the data, when I could just do so through the Apollo UI as I am already there for the permissions. Could we expand the accessible_organism call for specific permissions to also accept "ADMIN" permissions similar to when it is called without the specified variable?
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Tool fails with something similar to:
I find that the utility of these tools is much reduced by requiring I must manually assign myself these permissions through Apollo before I can use the tools to remove or retrieve the data, when I could just do so through the Apollo UI as I am already there for the permissions. Could we expand the accessible_organism call for specific permissions to also accept "ADMIN" permissions similar to when it is called without the specified variable?
The text was updated successfully, but these errors were encountered: