Mercurial > repos > bgruening > deeptools
diff bigwigCorrelate.xml @ 66:1dbd76a58d8b draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit f720d773e34ad90d14d7cae77c1a0bb5d126102c-dirty
| author | galaxyp |
|---|---|
| date | Sat, 30 May 2015 13:55:46 -0400 |
| parents | 9bee2c86eeb1 |
| children |
line wrap: on
line diff
--- a/bigwigCorrelate.xml Mon May 25 05:16:10 2015 -0400 +++ b/bigwigCorrelate.xml Sat May 30 13:55:46 2015 -0400 @@ -1,4 +1,4 @@ -<tool id="deeptools_bamCorrelate" name="bigwigCorrelate" version="@WRAPPER_VERSION@.0"> +<tool id="deeptools_bigwigCorrelate" name="bigwigCorrelate" version="@WRAPPER_VERSION@.0"> <description>correlates pairs of BigWig files</description> <macros> <token name="@BINARY@">bigwigCorrelate</token> @@ -143,16 +143,17 @@ <tests> <test> <repeat name="input_files"> - <param name="bigwigfile" value="1.bigwig" ftype="bigwig" /> + <param name="bigwigfile" value="test.bw" ftype="bigwig" /> <param name="label" value="first bigwig file" /> </repeat> <repeat name="input_files"> - <param name="bigwigfile" value="1.bigwig" ftype="bigwig" /> + <param name="bigwigfile" value="test.bw" ftype="bigwig" /> <param name="label" value="second bigwig file" /> </repeat> <param name="modeOpt" value="bins" /> <param name="binSize" value="10" /> <param name="showOutputSettings" value="no" /> + <param name="corMethod" value="spearman" /> <output name="outFileName" file="bigwigCorrelate_result1.png" ftype="png" compare="sim_size" /> </test> </tests>
