view irp-gateway.xml @ 3:8f34c9dfa7ea draft

"planemo upload commit 6f0636dd5ad7b6edbfc33a142d9cfd4ab9019d1e"
author aac
date Wed, 13 Jan 2021 17:44:48 +0000
parents e98071230f9f
children d34175a481a5
line wrap: on
line source

<?xml version="1.0"?>
<tool name="iReceptor Plus Gateway" id="irp-integration" tool_type="data_source" version="1.0.0">
    <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description>
    <command><![CDATA[
        python '$__root_dir__/tools/data_source/data_source.py' '$output' $__app__.config.output_size_limit
    ]]></command>
    <inputs action="https://gateway.ireceptor.org/downloads" check_values="false" method="post">
        <display>Redirected to $GALAXY_URL</display>
        <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
        <param name="tool_id" type="hidden" value="irp-integration" />
        <param name="sendToGalaxy" type="hidden" value="1" />
    </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="" />
        <!-- There is currently no explicit data_type other than a .zip file. Could be upgraded in the future -->
        <!-- <request_param galaxy_name="data_type" remote_name="outputType" missing="zip" /> -->
    </request_param_translation>
    <outputs>
        <data name="output" format="zip" label="${tool.name}"/>
    </outputs>
    <options sanitize="False" refresh="True"/>
</tool>