mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
24 lines
532 B
XML
24 lines
532 B
XML
<?xml version="1.0"?>
|
|
<tool name="UCSC Archaea" id="ucsc_archaea">
|
|
|
|
<description>table browser</description>
|
|
|
|
<command interpreter="python">
|
|
ucsc_proxy.py $param_file $output
|
|
</command>
|
|
|
|
<inputs action="/ucsc_proxy/index" check_values="false">
|
|
<display>go to UCSC $init $hgta_outputType</display>
|
|
<param type="hidden" name="init" value="3"/>
|
|
<param type="hidden" name="hgta_outputType" value="bed"/>
|
|
</inputs>
|
|
|
|
<code file="ucsc_filter.py"/>
|
|
|
|
<outputs>
|
|
<data name="output" format="bed" />
|
|
</outputs>
|
|
|
|
</tool>
|
|
|