/tools/data_source/ucsc_testproxy.xml
https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 23 lines · 16 code · 7 blank · 0 comment · 0 complexity · 8a269c25c9975193fdff8cd5653dbe1a MD5 · raw file
- <?xml version="1.0"?>
- <tool name="UCSC Test" id="ucsc_testproxy">
-
- <description>table browser proxy</description>
-
- <command interpreter="python">
- ucsc_proxy.py $param_file $output
- </command>
-
- <inputs action="/ucsc_proxy/index" check_values="false">
- <display>go to UCSC genome-test $init $hgta_outputType</display>
- <param type="hidden" name="init" value="2"/>
- <param type="hidden" name="hgta_outputType" value="bed"/>
- </inputs>
-
- <code file="ucsc_filter.py"/>
-
- <outputs>
- <data name="output" format="bed" />
- </outputs>
- </tool>