view go_goose.xml @ 38:7e92c084e223

change to README
author jorrit <jhpoelen@xs4all.nl>
date Wed, 13 Mar 2013 13:19:53 -0700
parents 9d9a06b511ff
children 0d5a69f51e2c
line wrap: on
line source

<?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="GOOSE test" 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>
    </inputs>
    <uihints minwidth="800"/>
    <outputs>
        <data name="output" format="txt" />
    </outputs>
    <options sanitize="False" refresh="True"/>
</tool>