Mercurial > repos > xuebing > sharplabtool
annotate tools/regVariation/qv_to_bqv.xml @ 1:cdcb0ce84a1b
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:45:15 -0500 |
parents | 9071e359b9a3 |
children |
rev | line source |
---|---|
0 | 1 <tool id="qv2bqv" name="qv2bqv"> |
2 <description></description> | |
3 <command interpreter="python">qv_to_bqv.py "$input1" $output</command> | |
4 <inputs> | |
5 <param name="input1" type="data" format="interval" help="Directory" /> | |
6 </inputs> | |
7 <outputs> | |
8 <data format="text" name="output" metadata_source="input1" /> | |
9 </outputs> | |
10 <tests> | |
11 <test> | |
12 <param name="input1" value="1.bed" /> | |
13 <param name="input2" value="2.bed" /> | |
14 <output name="output" file="gops-coverage.dat" /> | |
15 </test> | |
16 </tests> | |
17 </tool> |