Mercurial > repos > bgruening > deeptools_plot_pca
diff plotPCA.xml @ 8:c74dd623b281 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4f515024772311c950d277246db548453d24abd7
author | bgruening |
---|---|
date | Wed, 23 Dec 2015 14:43:17 -0500 |
parents | 1f9a7501bd38 |
children | 39b7bb209165 |
line wrap: on
line diff
--- a/plotPCA.xml Wed Dec 23 07:33:16 2015 -0500 +++ b/plotPCA.xml Wed Dec 23 14:43:17 2015 -0500 @@ -1,5 +1,5 @@ <tool id="deeptools_plot_pca" name="plotPCA" version="@WRAPPER_VERSION@.0"> - <description>generating a principal component analysis (PCA) plot from bamCorrelate or bigwigCorrelate output</description> + <description>generate a principal component analysis (PCA) plot from bamCorrelate or bigwigCorrelate 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 bamCorrelate tool"/> + <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the bamCorrelate or bigwigCorrelate tools"/> <expand macro="input_image_file_format" /> <expand macro="plotTitle" /> </inputs>