diff TrustStoreGalaxyBrowse.xml @ 0:2a996fea49a3

Initial.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 07 May 2015 12:34:06 +1000
parents
children 4da92580c0a3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TrustStoreGalaxyBrowse.xml	Thu May 07 12:34:06 2015 +1000
@@ -0,0 +1,35 @@
+<tool id="ts_import_2" name="Browse Data from TrustStore" version="0.5" force_history_refresh="True"> <!-- tool_type="data_source"> -->
+    <description> secure cloud storage.</description>
+    <stdio>
+        <exit_code range="2" err_level="fatal" description="Could not find store with supplied name." />
+        <exit_code range="3" err_level="fatal" description="Could not find supplied path in store." />
+        <exit_code range="4" err_level="fatal" description="Could not find supplied filename in store at path." />
+        <exit_code range="5" err_level="fatal" description="Bad credentials supplied. See stdout for more information." />
+    </stdio>
+    <command interpreter="python">TrustStoreGalaxyImport.py $url</command>
+    <inputs action="http://tstest-kms.it.csiro.au/kmscolab_3_0/galaxy_start" check_values="false" method="get">
+        <display>go to TrustStore server</display>
+        <!--<param name="appCallbackUrl" type="baseurl" value="/tool_runner?tool_id=ts_import_2" />-->
+        <param name="GALAXY_URL" type="baseurl" value="/tool_runner/ts_import_2" />
+    </inputs>
+    <request_param_translation>
+        <request_param galaxy_name="url" remote_name="url" missing="" />
+    </request_param_translation>
+    <outputs>
+        <data name="output1" format="auto" />
+    </outputs>
+    <uihints minwidth="800"/>
+    <options sanitize="False" refresh="True"/>
+
+    <requirements>
+        <requirement type="package" version="0.5">py_ts</requirement>
+        <requirement type="python_module">py_ts</requirement>
+        <requirement type="binary" version="1.0.0">openssl</requirement>
+    </requirements>
+
+    <help>
+This tool lets users import data they have uploaded to the TrustStore system.
+
+Upload files to TrustStore using the desktop client.
+    </help>
+</tool>
\ No newline at end of file