Mercurial > repos > timpalpant > java_genomics_toolkit
view galaxy-conf/FindBoundaryNucleosomes.xml @ 6:422ac2bbb274
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 18:40:50 -0500 |
parents | 4b32ed5d4a1b |
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>