Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/PowerSpectrum.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 81d5b81fb3c2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/PowerSpectrum.xml Tue Feb 14 00:59:33 2012 -0500 @@ -0,0 +1,17 @@ +<tool id="PowerSpectrum" name="Compute the power spectrum" version="1.0.0"> + <description>on data in a Wiggle file</description> + <command interpreter="sh">galaxyToolRunner.sh ngs.PowerSpectrum -i $input -l $windows -o $output</command> + <inputs> + <param format="bigwig,wig" name="input" type="data" label="Input data" /> + <param format="bed,bedgraph,gff" name="windows" type="data" label="List of intervals" /> + </inputs> + <outputs> + <data format="tabular" name="output" /> + </outputs> + +<help> +.. class:: warningmark + +This tool requires Wiggle/BigWig input data. +</help> +</tool>