mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
14 lines
664 B
XML
14 lines
664 B
XML
<tool name="EuPathDB" id="eupathdb" tool_type="data_source" url_method="post" version="1.0.0">
|
|
<description>server</description>
|
|
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
|
|
<inputs action="http://eupathdb.org/eupathdb/queries_tools.jsp" check_values="false" method="get">
|
|
<display>go to EuPathDB server $GALAXY_URL</display>
|
|
<param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=eupathdb" />
|
|
</inputs>
|
|
<uihints minwidth="800"/>
|
|
<outputs>
|
|
<data name="output" format="tabular" />
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
</tool>
|