view PRICAT/PRICAT.xml @ 0:4afc1a0d1f11 default tip

Migrated tool version 1.0 from old tool shed archive to new tool shed repository
author josemuino
date Tue, 07 Jun 2011 17:25:24 -0400
parents
children
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="Get Data from PRICAT" id="PRICAT_test" tool_type="data_source" version="1.0">
    <description>server</description>
    <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
    <inputs action="http://www.ab.wur.nl/pricat/4galaxy/pricat4galaxy.html" check_values="false" method="post" target="_top"> 
        <display>go to PRICAT server $GALAXY_URL</display>
        <param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=pricat" />
    </inputs>
    <request_param_translation>
        <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
        <request_param galaxy_name="URL" remote_name="URL" missing="" />
	<request_param galaxy_name="name" remote_name="name" missing="DNA binding events" />
        <request_param galaxy_name="dbkey" remote_name="db" missing="TAIR9" />
        <request_param galaxy_name="data_type" remote_name="data_type" missing="csv" />
    </request_param_translation>
    <uihints minwidth="800"/>
    <outputs>
        <data name="output" format="interval" />
    </outputs>
    <options sanitize="False" refresh="True"/>
</tool>