Mercurial > repos > xuebing > sharplabtool
comparison bigWigAverageOverBed.xml @ 11:b7f1d9f8f3bc
Uploaded
author | xuebing |
---|---|
date | Sat, 10 Mar 2012 07:59:27 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
10:1558594a3c2e | 11:b7f1d9f8f3bc |
---|---|
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> |