Mercurial > repos > jorrit > obotools
comparison go_goose.xml @ 49:0d5a69f51e2c draft
ready goose; add gannet
author | Seth Carbon <sjcarbon@lbl.gov> |
---|---|
date | Fri, 29 Mar 2013 13:12:57 -0700 |
parents | 9d9a06b511ff |
children | cae77ec52949 |
comparison
equal
deleted
inserted
replaced
48:d92e696c1249 | 49:0d5a69f51e2c |
---|---|
2 <!-- | 2 <!-- |
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in | 3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in |
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the | 4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the |
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. | 5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. |
6 --> | 6 --> |
7 <tool name="GOOSE test" id="goose" tool_type="data_source" version="0.0.1"> | 7 <tool name="GOOSE" id="goose" tool_type="data_source" version="0.0.1"> |
8 <description>server</description> | 8 <description>server</description> |
9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | 9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> |
10 <inputs action="http://amigo2.berkeleybop.org/cgi-bin/amigo2/goose" check_values="false" method="get" target="_top"> | 10 <inputs action="http://amigo2.berkeleybop.org/cgi-bin/amigo2/goose" check_values="false" method="get" target="_top"> |
11 <display>Go to the GOOSE test server at $GALAXY_URL</display> | 11 <display>Go to the GOOSE beta server at $GALAXY_URL</display> |
12 </inputs> | 12 </inputs> |
13 <uihints minwidth="800"/> | 13 <uihints minwidth="800"/> |
14 <outputs> | 14 <outputs> |
15 <data name="output" format="txt" /> | 15 <data name="output" format="txt" /> |
16 </outputs> | 16 </outputs> |