# HG changeset patch # User bgruening # Date 1396347905 14400 # Node ID b5abf7b4296b10c5e5ee23303bafac9c72b9000a # Parent b9feca1f07f018197af853663eca8551873f3c1d Uploaded diff -r b9feca1f07f0 -r b5abf7b4296b bigwigCompare.xml --- a/bigwigCompare.xml Mon Mar 31 17:48:50 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +0,0 @@ - - normalizes and compares two bigWig files to obtain the ratio, log2ratio or difference - - - - bigwigCompare - deepTools_macros.xml - - - bigwigCompare - - @THREADS@ - - --bigwig1 '$bigwigFile1' - --bigwig2 '$bigwigFile2' - - --outFileName '$outFileName' - --outFileFormat '$outFileFormat' - - --ratio $comparison_type - - #if str($region).strip() != '': - --region '$region' - #end if - - #if $advancedOpt.showAdvancedOpt == "yes": - - --missingDataAsZero $advancedOpt.missingDataAsZero - --scaleFactors '$advancedOpt.scaleFactor1:$advancedOpt.scaleFactor2' - --pseudocount '$advancedOpt.pseudocount' - --binSize $advancedOpt.binSize - - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**What it does** - -This tool compares two bigwig files based on the number of mapped reads. To -compare the bigwig files the genome is partitioned into bins of equal size, -then the number of reads found in each BAM file are counted for such bins and -finally a summarizing value is reported. This value can be the ratio of the -number of reads per bin, the log2 of the ratio, the sum or the difference. - - ------ - -@REFERENCES@ - - - diff -r b9feca1f07f0 -r b5abf7b4296b deepTools_macros.xml --- a/deepTools_macros.xml Mon Mar 31 17:48:50 2014 -0400 +++ b/deepTools_macros.xml Tue Apr 01 06:25:05 2014 -0400 @@ -51,7 +51,7 @@ samtools deepTools ucsc_tools - deepTools + deepTools ucsc_tools numpy pysam diff -r b9feca1f07f0 -r b5abf7b4296b readme.rst --- a/readme.rst Mon Mar 31 17:48:50 2014 -0400 +++ b/readme.rst Tue Apr 01 06:25:05 2014 -0400 @@ -33,6 +33,8 @@ Galaxy should be able to automatically install all other dependencies, such as numpy or scipy. +For the best performance we recommend to install blas/lapack/atlas in your environment before +installing deepTools from the Tool Shed. ======== diff -r b9feca1f07f0 -r b5abf7b4296b tool_dependencies.xml --- a/tool_dependencies.xml Mon Mar 31 17:48:50 2014 -0400 +++ b/tool_dependencies.xml Tue Apr 01 06:25:05 2014 -0400 @@ -57,7 +57,7 @@ The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility. - + git clone --recursive https://github.com/fidelram/deepTools.git @@ -79,7 +79,7 @@ - git reset --hard 43d3b51b3c3ab71dc07f31fefe6b3492226cc217 + git reset --hard 5a68f50918b35a647ebff0f84d962677d15656a0 $INSTALL_DIR/lib/python export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&