comparison bigWigAverageOverBed.xml @ 14:76e1b1b21cce default tip

Deleted selected files
author xuebing
date Tue, 13 Mar 2012 19:05:10 -0400
parents 292186c14b08
children
comparison
equal deleted inserted replaced
13:292186c14b08 14:76e1b1b21cce
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>