<tool id="chiseq_peakcalling_motifdiscovery" name="Peak calling and motif discovery">
  <description> for ChIP-seq and ChIP-exo data</description>
  <command interpreter="java">gem.v2.6.tar.gz $input $output</command>
  <inputs>
    <param format="txt" name="input1" value="Read_Distribution_ChIP-exo.txt"/>
    <param format="bed" name="input2" type="data" label="Control"/>
    <param format="bed" name="input3" type="data" label="Experiment"/>
  </inputs>
  <outputs>
    <data format="png" name="All_Read_Distributions" />
  </outputs>

  <help>
GEM takes an alignment file of ChIP-seq reads and a genome sequence as input and reports a list of predicted binding events and the explanatory binding motifs.
For further information: http://cgs.csail.mit.edu/gem/index.html#options
  </help>

</tool>