Mercurial > repos > jorrit > obotools
changeset 51:b60e0f0dab74 draft default tip
another try at adding amigo tool
author | Seth Carbon <sjcarbon@lbl.gov> |
---|---|
date | Fri, 29 Mar 2013 14:17:34 -0700 |
parents | cae77ec52949 |
children | |
files | go_amigo.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/go_amigo.xml Fri Mar 29 14:17:34 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="AmiGO" id="amigo" tool_type="data_source" version="0.0.2"> + <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/amigo" check_values="false" method="get" target="_top"> + <display>Go to the AmiGO beta server at $GALAXY_URL</display> + </inputs> + <uihints minwidth="800"/> + <outputs> + <data name="output" format="txt" /> + </outputs> + <options sanitize="False" refresh="True"/> +</tool>