Mercurial > repos > xuebing > sharplabtool
comparison tools/data_source/ucsc_archaea.xml @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9071e359b9a3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool name="UCSC Archaea" id="ucsc_proxy"> | |
3 | |
4 <description>table browser</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 $init $hgta_outputType</display> | |
12 <param type="hidden" name="init" value="3"/> | |
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 |