mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Commented-out cloudbridge requirement for the cloud/send tool.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<tool id="send_to_cloud" name="Send to cloud" version="0.1.0" workflow_compatible="false">
|
||||
<!--
|
||||
<requirements>
|
||||
<requirement type="package" version="0.3.3">cloudbridge</requirement>
|
||||
</requirements>
|
||||
-->
|
||||
<command><![CDATA[
|
||||
#try
|
||||
#set $authz_record=$__app__.authnz_manager.try_get_authz_config($__app__.obj.model.context.current, int($__user_id__), $__app__.security.decode_id($authz_id.__str__()))
|
||||
|
||||
Reference in New Issue
Block a user