annotate galaxy-conf/FindBoundaryNucleosomes.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents 4b32ed5d4a1b
children 81d5b81fb3c2
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
11
b1952a90d4bf Uploaded
timpalpant
parents: 4
diff changeset
15 Use the Call Nucleosomes 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.
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </tool>