Files
galaxy/tools/data_source/wormbase_test.xml
T
Wolfgang Maier bd0f257452 Switch data_source.py to modern tool-provided metadata
Allows moving all data source tools using the script to profile 20.09.
For more recent profiles data_source.py would have to work outside of
Galaxy's Python environment.
2024-02-08 16:43:39 +01:00

33 lines
1.5 KiB
XML

<?xml version="1.0"?>
<tool name="Wormbase" id="wormbase_test" tool_type="data_source" version="1.0.0" profile="20.09">
<description>test server</description>
<edam_operations>
<edam_operation>operation_0224</edam_operation>
</edam_operations>
<command><![CDATA[
python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit
]]></command>
<inputs action="http://dev.wormbase.org/db/seq/gbrowse/c_elegans/" check_values="false" target="_top">
<display>go to Wormbase test server $GALAXY_URL</display>
<param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=wormbase_test" />
</inputs>
<request_param_translation>
<request_param galaxy_name="URL" remote_name="URL" missing="">
<append_param separator="&amp;" first_separator="?" join="=">
<value name="d" missing="" />
<value name="dbkey" missing="" />
<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>