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

Uploaded
author timpalpant
date Tue, 14 Feb 2012 00:59:33 -0500
parents
children 604c98e58034
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
1 <tool id="NRLCalculator" name="Compute the NRL" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>from nucleosome calls</description>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh nucleosome.NRLCalculator -i $input -l $windows -o $output</command>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
5 <param format="tabular" name="input" type="data" label="Nucleosome calls" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals/genes" />
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
7 </inputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
8 <outputs>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
9 <data format="tabular" name="output" />
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 This tool requires a set of nucleosome calls as input.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </tool>