Mercurial > repos > xuebing > sharplabtool
view tools/regVariation/qv_to_bqv.xml @ 1:cdcb0ce84a1b
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:45:15 -0500 |
parents | 9071e359b9a3 |
children |
line wrap: on
line source
<tool id="qv2bqv" name="qv2bqv"> <description></description> <command interpreter="python">qv_to_bqv.py "$input1" $output</command> <inputs> <param name="input1" type="data" format="interval" help="Directory" /> </inputs> <outputs> <data format="text" name="output" metadata_source="input1" /> </outputs> <tests> <test> <param name="input1" value="1.bed" /> <param name="input2" value="2.bed" /> <output name="output" file="gops-coverage.dat" /> </test> </tests> </tool>