https://github.com/galaxyproject/galaxy
Raw File
Tip revision: d48c4a467853a92175a49e1ce8b1cdaf75c3af1d authored by Nicola Soranzo on 02 November 2022, 14:48:21 UTC
Merge pull request #14900 from nsoranzo/release_19.05_backport_14882
Tip revision: d48c4a4
worm_modencode.xml
<?xml version="1.0"?>
<tool name="modENCODE worm" id="modENCODEworm" tool_type="data_source" version="1.0.1">
    <description>server</description>
    <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
    <inputs action="http://gbrowse.modencode.org/fgb2/gbrowse/worm" check_values="false" target="_top"> 
        <display>go to modENCODE worm server $GALAXY_URL</display>
        <param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=modENCODEworm" />
    </inputs>
    <request_param_translation>
        <request_param galaxy_name="dbkey" remote_name="dbkey" missing="ce10" >
            <value_translation>
                <value galaxy_value="ce10" remote_value="worm" />
            </value_translation>
        </request_param>
        <request_param galaxy_name="URL" remote_name="URL" missing="">
            <append_param separator="&amp;" first_separator="?" join="=">
                <value name="d" missing="" />
                <value name="dbkey" missing="ce10" />
                <value name="q" missing="" />
                <value name="s" missing="" />
                <value name="t" missing="" />
            </append_param>
        </request_param>
        <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
        <request_param galaxy_name="data_type" remote_name="data_type" missing="auto" />
    </request_param_translation>
    <uihints minwidth="800"/>
    <outputs>
        <data name="output" format="txt" label="${tool.name} on $getVar( 'q', 'unknown position' )"/>
    </outputs>
    <options sanitize="False" refresh="True"/>
</tool>
back to top