diff plotPCA.xml @ 11:f173cc2d28f9 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 0a9265a12a303b54cdaa974e82e87c2ac60962ee
author bgruening
date Mon, 25 Jan 2016 14:12:29 -0500
parents 39b7bb209165
children 0a198e327cc1
line wrap: on
line diff
--- a/plotPCA.xml	Thu Jan 21 09:59:00 2016 -0500
+++ b/plotPCA.xml	Mon Jan 25 14:12:29 2016 -0500
@@ -1,5 +1,5 @@
 <tool id="deeptools_plot_pca" name="plotPCA" version="@WRAPPER_VERSION@.0">
-    <description>generate a principal component analysis (PCA) plot from multiBamCoverage or multiBigwigSummary output</description>
+    <description>generate a principal component analysis (PCA) plot from multiBamSummary or multiBigwigSummary output</description>
     <macros>
         <token name="@BINARY@">plotPCA</token>
         <import>deepTools_macros.xml</import>
@@ -15,7 +15,7 @@
 ]]>
     </command>
     <inputs>
-        <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the multiBamCoverage or multiBigwigSummary tools"/>
+        <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the multiBamSummary or multiBigwigSummary tools"/>
         <expand macro="input_image_file_format" />
         <expand macro="plotTitle" />
     </inputs>
@@ -24,7 +24,7 @@
     </outputs>
     <tests>
         <test>
-            <param name="corData" value="multiBamCoverage_result2.npz" ftype="deeptools_coverage_matrix" />
+            <param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" />
             <param name="plotTitle" value="Test Plot" />
             <param name="outFileFormat" value="png" />
             <output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="100" />
@@ -36,7 +36,7 @@
 **What it does**
 
 Tool for generating a principal component analysis (PCA)
-plot from multiBamCoverage or multiBigwigSummary output.
+plot from multiBamSummary or multiBigwigSummary output.
 
 -----