view mytools/metaintv_ext.xml @ 9:87eb5c5ddfe9

Uploaded
author xuebing
date Fri, 09 Mar 2012 20:01:43 -0500
parents f0dc65e7f6c0
children
line wrap: on
line source

<tool id="metaintv_ext" name="aggregrate binned-average">
  <description>from bigwig (allow extension)</description>
  <command interpreter="python">metaintv_ext.py $bwfile $intvfile $exts $nbins $outfile $outplot > $outlog </command>
  <inputs>
      <param name="intvfile" format="interval" type="data" label="Interval file"/>
      <param name="bwfile" format="bigwig" type="data" label="BigWig file"/> 
      <param name="exts" type="text" size="80" value="100,50,50,100" label="extensions"/>
      <param name="nbins" type="text" size="80" value="10,10,10" label="number of bins"/>
                
  </inputs>
  <outputs>
      <data format="txt" name="outlog" label="${tool.name} on ${on_string}[log]"/>
    <data format="tabular" name="outfile" label="${tool.name} on ${on_string}[data]"/>
        <data format="pdf" name="outplot" label="${tool.name} on ${on_string}[plot]"/>
  </outputs>
  <help>

.. class:: infomark

To be added

</help>
</tool>