comparison mytools/metaintv_ext.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="metaintv_ext" name="aggregrate binned-average">
2 <description>from bigwig (allow extension)</description>
3 <command interpreter="python">metaintv_ext.py $bwfile $intvfile $exts $nbins $outfile $outplot > $outlog </command>
4 <inputs>
5 <param name="intvfile" format="interval" type="data" label="Interval file"/>
6 <param name="bwfile" format="bigwig" type="data" label="BigWig file"/>
7 <param name="exts" type="text" size="80" value="100,50,50,100" label="extensions"/>
8 <param name="nbins" type="text" size="80" value="10,10,10" label="number of bins"/>
9
10 </inputs>
11 <outputs>
12 <data format="txt" name="outlog" label="${tool.name} on ${on_string}[log]"/>
13 <data format="tabular" name="outfile" label="${tool.name} on ${on_string}[data]"/>
14 <data format="pdf" name="outplot" label="${tool.name} on ${on_string}[plot]"/>
15 </outputs>
16 <help>
17
18 .. class:: infomark
19
20 To be added
21
22 </help>
23 </tool>