changeset 49:0d5a69f51e2c draft

ready goose; add gannet
author Seth Carbon <sjcarbon@lbl.gov>
date Fri, 29 Mar 2013 13:12:57 -0700
parents d92e696c1249
children cae77ec52949
files go_gannet.xml go_goose.xml
diffstat 2 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/go_gannet.xml	Fri Mar 29 13:12:57 2013 -0700
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<!--
+    If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in
+    the initial response.  If value of 'URL_method' is 'post', any additional params coming back in the
+    initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed.
+-->
+<tool name="Gannet" id="gannet" tool_type="data_source" version="0.9.0">
+    <description>server</description>
+    <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
+    <inputs action="http://amigo2.berkeleybop.org/cgi-bin/amigo2/gannet" check_values="false" method="get" target="_top"> 
+        <display>Go to the Gannet beta server at $GALAXY_URL</display>
+    </inputs>
+    <uihints minwidth="800"/>
+    <outputs>
+        <data name="output" format="txt" />
+    </outputs>
+    <options sanitize="False" refresh="True"/>
+</tool>
--- a/go_goose.xml	Fri Mar 29 12:53:40 2013 -0700
+++ b/go_goose.xml	Fri Mar 29 13:12:57 2013 -0700
@@ -4,11 +4,11 @@
     the initial response.  If value of 'URL_method' is 'post', any additional params coming back in the
     initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed.
 -->
-<tool name="GOOSE test" id="goose" tool_type="data_source" version="0.0.1">
+<tool name="GOOSE" id="goose" tool_type="data_source" version="0.0.1">
     <description>server</description>
     <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
     <inputs action="http://amigo2.berkeleybop.org/cgi-bin/amigo2/goose" check_values="false" method="get" target="_top"> 
-        <display>Go to the GOOSE test server at $GALAXY_URL</display>
+        <display>Go to the GOOSE beta server at $GALAXY_URL</display>
     </inputs>
     <uihints minwidth="800"/>
     <outputs>