diff plotCoverage.xml @ 1:9f2b016177e7 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 8b9cdb8dc4a8fedd2b2286e7afab6529e49a9d22-dirty
author bgruening
date Tue, 22 Dec 2015 13:43:42 -0500
parents fd4a79e7e5f0
children 3bfd8cde1b76
line wrap: on
line diff
--- a/plotCoverage.xml	Mon Dec 21 19:06:15 2015 -0500
+++ b/plotCoverage.xml	Tue Dec 22 13:43:42 2015 -0500
@@ -1,5 +1,5 @@
 <tool id="deeptools_plot_coverage" name="plotCoverage" version="@WRAPPER_VERSION@.0">
-    <description>creates a heatmap of correlation scores between different samples </description>
+    <description>plots a histogram of coverage on genomic regions </description>
     <macros>
         <token name="@BINARY@">plotCoverage</token>
         <import>deepTools_macros.xml</import>
@@ -22,7 +22,7 @@
             --plotFileFormat "$outFileFormat"
 
             #if $outRawCounts:
-                --outRawCounts '$outFileRawCounts' 
+                --outRawCounts '$outFileRawCounts'
             #end if
 
             #if $advancedOpt.showAdvancedOpt == "yes":