mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
14 lines
586 B
XML
14 lines
586 B
XML
<?xml version="1.0"?>
|
|
<tool name="metabolicMine" id="metabolicmine" tool_type="data_source" version="1.0.0">
|
|
<description>server</description>
|
|
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
|
|
<inputs action="http://www.metabolicmine.org/beta/begin.do" check_values="false" method="get">
|
|
<display>go to metabolicMine server $GALAXY_URL</display>
|
|
</inputs>
|
|
<uihints minwidth="800"/>
|
|
<outputs>
|
|
<data name="output" format="txt" />
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
</tool>
|