comparison galaxy-conf/Phasogram.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="Phasogram" name="Make phasogram" version="1.0.0">
2 <description>of dyads</description>
3 <command interpreter="ruby">phasogram.rb -i $input -m $max -o $output</command>
4 <inputs>
5 <param name="input" type="data" format="bigwig,wig" label="Dyads BigWig file" />
6 <param name="max" type="integer" value="1000" label="Maximum phase shift (bp)" />
7 </inputs>
8 <outputs>
9 <data name="output" format="tabular" />
10 </outputs>
11
12 <help>
13 .. class:: warningmark
14
15 This tool requires mapped dyads in BigWig format.
16 </help>
17 </tool>