1 | <?xml version="1.0"?> |
---|
2 | <tool name="UCSC Test" id="ucsc_testproxy"> |
---|
3 | |
---|
4 | <description>table browser proxy</description> |
---|
5 | |
---|
6 | <command interpreter="python"> |
---|
7 | ucsc_proxy.py $param_file $output |
---|
8 | </command> |
---|
9 | |
---|
10 | <inputs action="/ucsc_proxy/index" check_values="false"> |
---|
11 | <display>go to UCSC genome-test $init $hgta_outputType</display> |
---|
12 | <param type="hidden" name="init" value="2"/> |
---|
13 | <param type="hidden" name="hgta_outputType" value="bed"/> |
---|
14 | </inputs> |
---|
15 | |
---|
16 | <code file="ucsc_filter.py"/> |
---|
17 | |
---|
18 | <outputs> |
---|
19 | <data name="output" format="bed" /> |
---|
20 | </outputs> |
---|
21 | |
---|
22 | </tool> |
---|
23 | |
---|