4
|
1 <tool id="FindNuke" name="Find boundary nucleosomes" version="1.0.0">
|
|
2 <description>in windows</description>
|
|
3 <command interpreter="sh">galaxyToolRunner.sh nucleosomes.FindBoundaryNucleosomes -i $input -l $loci -o $output</command>
|
|
4 <inputs>
|
|
5 <param name="input" type="data" format="nukes" label="Nucleosome calls" />
|
|
6 <param name="loci" type="data" format="bed" label="List of intervals" />
|
|
7 </inputs>
|
|
8 <outputs>
|
|
9 <data name="output" format="bed" metadata_source="loci" />
|
|
10 </outputs>
|
|
11
|
|
12 <help>
|
|
13 .. class:: warningmark
|
|
14
|
|
15 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.
|
|
16 </help>
|
|
17 </tool>
|