view galaxy-conf/Phasogram.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents 4fc118372ae7
children 81d5b81fb3c2
line wrap: on
line source

<tool id="Phasogram" name="Make phasogram" version="1.0.0">
  <description>of dyads</description>
  <command interpreter="sh">galaxyToolRunner.sh nucleosomes.Phasogram -i $input -m $max -o $output</command>
  <inputs>
    <param name="input" type="data" format="bigwig,wig" label="Dyads (Big)Wig file" />
    <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" />
  </inputs>
  <outputs>
    <data name="output" format="tabular" />
  </outputs>
  
  <help>
    .. class:: warningmark
    
    This tool requires mapped dyads in BigWig format.
  </help>
</tool>