4
|
1 <tool id="NRLCalculator" name="Compute the NRL" version="1.0.0">
|
|
2 <description>from nucleosome calls</description>
|
5
|
3 <command interpreter="sh">galaxyToolRunner.sh nucleosomes.NRLCalculator -i $input -l $windows -o $output</command>
|
4
|
4 <inputs>
|
|
5 <param format="tabular" name="input" type="data" label="Nucleosome calls" />
|
|
6 <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals/genes" />
|
|
7 </inputs>
|
|
8 <outputs>
|
|
9 <data format="tabular" name="output" />
|
|
10 </outputs>
|
|
11
|
|
12 <help>
|
|
13 .. class:: warningmark
|
|
14
|
|
15 This tool requires a set of nucleosome calls as input.
|
|
16 </help>
|
|
17 </tool>
|