Files
galaxy/tools/data_source/biomart_test.xml
T

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>