Mercurial > repos > xuebing > sharplabtool
diff tools/data_source/ucsc_archaea.xml @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/data_source/ucsc_archaea.xml Fri Mar 09 19:37:19 2012 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool name="UCSC Archaea" id="ucsc_proxy"> + + <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> +