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

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children b1952a90d4bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="FindNuke" name="Find boundary nucleosomes" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>in windows</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh nucleosomes.FindBoundaryNucleosomes -i $input -l $loci -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param name="input" type="data" format="nukes" label="Nucleosome calls" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param name="loci" type="data" format="bed" label="List of intervals" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <data name="output" format="bed" metadata_source="loci" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
10 </outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
11
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
12 <help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
13 .. class:: warningmark
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
14
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
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.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </tool>