Mercurial > repos > xuebing > sharplabtool
comparison mytools/bigWigAverageOverBed.xml @ 7:f0dc65e7f6c0
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:59:07 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:094f377db4e5 | 7:f0dc65e7f6c0 |
---|---|
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> |