Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/WigSummary.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 4fc118372ae7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/WigSummary.xml Tue Feb 14 00:59:33 2012 -0500 @@ -0,0 +1,13 @@ +<tool id="WigStats" name="Compute basic statistics" version="1.0.0"> + <description>on a (Big)Wig file</description> + <command interpreter="sh">galaxyToolRunner.sh wigmath.WigSummary -i $input -o $output</command> + <inputs> + <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" /> + </inputs> + <outputs> + <data format="text" name="output" /> + </outputs> + +<help> +</help> +</tool>