annotate galaxy-conf/Phasogram.xml @ 7:4fc118372ae7

Uploaded new version with fixes and broader support for interval files
author timpalpant
date Sun, 19 Feb 2012 01:54:28 -0500
parents 604c98e58034
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="Phasogram" name="Make phasogram" version="1.0.0">
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
2 <description>of dyads</description>
5
604c98e58034 Uploaded
timpalpant
parents: 4
diff changeset
3 <command interpreter="sh">galaxyToolRunner.sh nucleosomes.Phasogram -i $input -m $max -o $output</command>
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
4 <inputs>
7
4fc118372ae7 Uploaded new version with fixes and broader support for interval files
timpalpant
parents: 5
diff changeset
5 <param name="input" type="data" format="bigwig,wig" label="Dyads (Big)Wig file" />
4
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
6 <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" />
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="tabular" />
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 mapped dyads in BigWig format.
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
16 </help>
4b32ed5d4a1b Uploaded
timpalpant
parents:
diff changeset
17 </tool>