mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
25 lines
548 B
XML
25 lines
548 B
XML
<?xml version="1.0"?>
|
|
<tool name="BioMart" id="biomart">
|
|
|
|
<description>Test server</description>
|
|
|
|
<command/>
|
|
|
|
<inputs action="http://test.biomart.org/biomart/martview" check_values="false" method="get" target="_top">
|
|
<display>go to BioMart Central $GALAXY_URL</display>
|
|
<param name="GALAXY_URL" type="baseurl" value="/tool_runner/biomart" />
|
|
</inputs>
|
|
|
|
<uihints minwidth="800"/>
|
|
|
|
<code file="biomart_filter.py"/>
|
|
|
|
<outputs>
|
|
<data name="output" format="txt" />
|
|
</outputs>
|
|
|
|
<options sanitize="False" refresh="True"/>
|
|
|
|
</tool>
|
|
|