comparison galaxy-conf/NRLCalculator.xml @ 4:4b32ed5d4a1b

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children 604c98e58034
comparison
equal deleted inserted replaced
3:4b610dc8f6ba 4:4b32ed5d4a1b
1 <tool id="NRLCalculator" name="Compute the NRL" version="1.0.0">
2 <description>from nucleosome calls</description>
3 <command interpreter="sh">galaxyToolRunner.sh nucleosome.NRLCalculator -i $input -l $windows -o $output</command>
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>