changeset 1:4da92580c0a3

Fix url.
author Catherine Wise <catherine.wise@csiro.au>
date Thu, 07 May 2015 13:00:27 +1000
parents 2a996fea49a3
children e18697164cb4
files TrustStoreGalaxyBrowse.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.xml	Thu May 07 12:34:06 2015 +1000
+++ b/TrustStoreGalaxyBrowse.xml	Thu May 07 13:00:27 2015 +1000
@@ -1,4 +1,4 @@
-<tool id="ts_import_2" name="Browse Data from TrustStore" version="0.5" force_history_refresh="True"> <!-- tool_type="data_source"> -->
+<tool id="ts_import_2" name="Browse Data from TrustStore" tool_type="data_source" 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." />
@@ -7,7 +7,7 @@
         <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">
+    <inputs action="https://tstest-kms.it.csiro.au/kmscolab_3_0/" 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" />