view galaxy-conf/FindBoundaryNucleosomes.xml @ 4:4b32ed5d4a1b

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children b1952a90d4bf
line wrap: on
line source

<tool id="FindNuke" name="Find boundary nucleosomes" version="1.0.0">
  <description>in windows</description>
  <command interpreter="sh">galaxyToolRunner.sh nucleosomes.FindBoundaryNucleosomes -i $input -l $loci -o $output</command>
  <inputs>
    <param name="input" type="data" format="nukes" label="Nucleosome calls" />
    <param name="loci" type="data" format="bed" label="List of intervals" />
  </inputs>
  <outputs>
    <data name="output" format="bed" metadata_source="loci" />
  </outputs>
  
  <help>
    .. class:: warningmark
    
    Use the Greedy Caller tool to create a file of called nucleosomes, then use this tool to identify the first nucleosome's dyad position from the 5' or 3' end.
  </help>
</tool>