mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
25 lines
790 B
XML
25 lines
790 B
XML
<?xml version="1.0"?>
|
|
<tool name="UCSC Table Browser" id="ucsc_table_direct1">
|
|
|
|
<description>direct connection</description>
|
|
|
|
<command interpreter="python2.4">ucsc_tablebrowser.py $output</command>
|
|
|
|
<inputs action="http://genome-test.cse.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" />
|
|
</inputs>
|
|
|
|
<code file="ucsc_tablebrowser_code.py"/>
|
|
|
|
<outputs>
|
|
<data name="output" format="bed" />
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
|
|
</tool>
|
|
|