diff plotPCA.xml @ 3:1f9a7501bd38 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit a92b8557d0985038d24daaab2996fbf8e4cd323f
author bgruening
date Mon, 21 Dec 2015 07:25:04 -0500
parents a6fdea25d41f
children c74dd623b281
line wrap: on
line diff
--- a/plotPCA.xml	Fri Dec 18 12:28:44 2015 -0500
+++ b/plotPCA.xml	Mon Dec 21 07:25:04 2015 -0500
@@ -16,18 +16,18 @@
     </command>
     <inputs>
         <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the bamCorrelate tool"/>
-        <expand macro="image_file_format" />
+        <expand macro="input_image_file_format" />
         <expand macro="plotTitle" />
     </inputs>
     <outputs>
-        <expand macro="output_image_file_format" />
+        <expand macro="output_image_file_format_not_nested" />
     </outputs>
     <tests>
         <test>
             <param name="corData" value="bamCorrelate_result2.npz" ftype="deeptools_coverage_matrix" />
             <param name="plotTitle" value="Test Plot" />
             <param name="outFileFormat" value="png" />
-            <output name="outFileName" file="plotPCA_result1.png" compare="sim_size" delta="100" />
+            <output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="100" />
         </test>
     </tests>
     <help>