mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<tool name="UCSC Main" id="ucsc_table_direct1" tool_type="data_source">
|
|
<description>table browser</description>
|
|
<command interpreter="python">data_source.py $output</command>
|
|
<inputs action="http://genome.ucsc.edu/cgi-bin/hgTables" check_values="false" method="get">
|
|
<display>go to UCSC Table Browser $GALAXY_URL</display>
|
|
<param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
|
|
<param name="tool_id" type="hidden" value="ucsc_table_direct1" />
|
|
<param name="sendToGalaxy" type="hidden" value="1" />
|
|
<param name="hgta_compressType" type="hidden" value="none" />
|
|
<param name="hgta_outputType" type="hidden" value="bed" />
|
|
</inputs>
|
|
<request_param_translation>
|
|
<request_param galaxy_name="URL" remote_name="URL" missing="" />
|
|
<request_param galaxy_name="dbkey" remote_name="db" missing="?" />
|
|
<request_param galaxy_name="organism" remote_name="org" missing="unknown species" />
|
|
<request_param galaxy_name="table" remote_name="hgta_track" missing="unknown table" />
|
|
<request_param galaxy_name="description" remote_name="hgta_regionType" missing="no description" />
|
|
<request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="interval" />
|
|
</request_param_translation>
|
|
<uihints minwidth="800"/>
|
|
<outputs>
|
|
<data name="output" format="bed" />
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
</tool>
|