Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/ZScore.xml @ 4:4b32ed5d4a1b
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 00:59:33 -0500 |
parents | |
children | 9266d807ca85 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy-conf/ZScore.xml Tue Feb 14 00:59:33 2012 -0500 @@ -0,0 +1,48 @@ +<tool id="WigZScore" name="Z-Score" version="1.0.0"> + <description>a (Big)Wig file</description> + <command interpreter="sh">galaxyToolRunner.sh wigmath.ZScore -i $input -o $output</command> + <inputs> + <param format="bigwig,wig" name="input" type="data" label="Z-score the data in" /> + </inputs> + <outputs> + <data format="wig" name="output" metadata_source="input" /> + </outputs> + <tests> + <!--<test> + <param name="input" value="wigmath.input1"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output1"/> + </test> + <test> + <param name="input" value="wigmath.input1.bw"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output1"/> + </test> + <test> + <param name="input" value="wigmath.input2"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output2"/> + </test> + <test> + <param name="input" value="wigmath.input2.bw"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output2"/> + </test> + <test> + <param name="input" value="wigmath.input3"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output3"/> + </test> + <test> + <param name="input" value="wigmath.input3.bw"/> + <param name="dbkey" value="sacCer2"/> + <output name="output" file="zscorer.output3"/> + </test>--> + </tests> + +<help> +.. class:: warningmark + +This tool was contributed by Timothy Palpant. +</help> +</tool>