comparison mytools/bigWigAverageOverBed.xml @ 9:87eb5c5ddfe9

Uploaded
author xuebing
date Fri, 09 Mar 2012 20:01:43 -0500
parents f0dc65e7f6c0
children
comparison
equal deleted inserted replaced
8:361ec1c0479d 9:87eb5c5ddfe9
1 <tool id="bigWigAverageOverBed" name="bigWigAverageOverBed">
2 <description>average interval coverage</description>
3 <command>bigWigAverageOverBed $bw $bed $outtab -bedOut=$outbed 2> err </command>
4 <inputs>
5 <param name="bw" format="bigwig" type="data" label="BigWig file"/>
6 <param name="bed" format="bed" type="data" label="Bed file"/>
7 </inputs>
8 <outputs>
9 <data format="tabular" name="outtab" label="${tool.name} on ${on_string} (tab)"/>
10 <data format="bed" name="outbed" label="${tool.name} on ${on_string} (bed)"/>
11 </outputs>
12 </tool>