Mercurial > repos > kltm > obotools_02
comparison go_gannet.xml @ 0:028babd7a6c5 draft default tip
Try at a fresh start...
| author | kltm |
|---|---|
| date | Fri, 29 Mar 2013 17:30:07 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:028babd7a6c5 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <!-- | |
| 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 | |
| 5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. | |
| 6 --> | |
| 7 <tool name="Gannet" id="gannet" tool_type="data_source" version="0.9.0"> | |
| 8 <description>server</description> | |
| 9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
| 10 <inputs action="http://amigo2.berkeleybop.org/cgi-bin/amigo2/gannet" check_values="false" method="get" target="_top"> | |
| 11 <display>Go to the Gannet beta server at $GALAXY_URL</display> | |
| 12 </inputs> | |
| 13 <uihints minwidth="800"/> | |
| 14 <outputs> | |
| 15 <data name="output" format="txt" /> | |
| 16 </outputs> | |
| 17 <options sanitize="False" refresh="True"/> | |
| 18 </tool> |
