# HG changeset patch # User bgruening # Date 1453749043 18000 # Node ID cc0acb70ded39e696abb7920c9642c8a6880a272 # Parent 12898c0f81b73c4964966d0cf0557a536c5adf6f planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0a9265a12a303b54cdaa974e82e87c2ac60962ee diff -r 12898c0f81b7 -r cc0acb70ded3 deepTools_macros.xml --- a/deepTools_macros.xml Thu Jan 21 09:58:35 2016 -0500 +++ b/deepTools_macros.xml Mon Jan 25 14:10:43 2016 -0500 @@ -72,12 +72,12 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 2.0.0 + 2.0.1.0 python @BINARY@ - deepTools + deepTools @@ -185,7 +185,7 @@ - + @@ -71,14 +71,14 @@ - + - + @@ -93,10 +93,10 @@ This tools takes a compressed matrix of scores (such as read coverages) for a number of genomic regions and different samples. It can visualize the correlation among samples as scatterplots or as a heatmap of correlation coefficients. Further output files are optional. -The compressed input matrices are easily generated using the "multiBamCoverage" and "multiBigwigSummary" tools. +The compressed input matrices are easily generated using the "multiBamSummary" and "multiBigwigSummary" tools. -.. image:: $PATH_TO_IMAGES/QC_multiBamCoverage_humanSamples.png +.. image:: $PATH_TO_IMAGES/QC_multiBamSummary_humanSamples.png :alt: Heatmap of RNA Polymerase II ChIP-seq diff -r 12898c0f81b7 -r cc0acb70ded3 static/images/QC_multiBamCoverage_humanSamples.png Binary file static/images/QC_multiBamCoverage_humanSamples.png has changed diff -r 12898c0f81b7 -r cc0acb70ded3 static/images/QC_multiBamSummary_humanSamples.png Binary file static/images/QC_multiBamSummary_humanSamples.png has changed diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamCoverage_regions.bed --- a/test-data/multiBamCoverage_regions.bed Thu Jan 21 09:58:35 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -chrM 1 10 -chrM 5 15 -chrM 10 20 diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamCoverage_result1.npz Binary file test-data/multiBamCoverage_result1.npz has changed diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamCoverage_result2.npz Binary file test-data/multiBamCoverage_result2.npz has changed diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamSummary_regions.bed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/multiBamSummary_regions.bed Mon Jan 25 14:10:43 2016 -0500 @@ -0,0 +1,3 @@ +chrM 1 10 +chrM 5 15 +chrM 10 20 diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamSummary_result1.npz Binary file test-data/multiBamSummary_result1.npz has changed diff -r 12898c0f81b7 -r cc0acb70ded3 test-data/multiBamSummary_result2.npz Binary file test-data/multiBamSummary_result2.npz has changed diff -r 12898c0f81b7 -r cc0acb70ded3 tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 21 09:58:35 2016 -0500 +++ b/tool_dependencies.xml Mon Jan 25 14:10:43 2016 -0500 @@ -3,7 +3,7 @@ - - + +