Mercurial > repos > bgruening > deeptools_plot_pca
diff plotPCA.xml @ 16:179b2441ae0b draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 2e8510e4f4015f51f7726de5697ba2de9b4e2f4c
| author | bgruening |
|---|---|
| date | Wed, 09 Mar 2016 17:35:03 -0500 |
| parents | e8b8434f7125 |
| children | d209f92da14b |
line wrap: on
line diff
--- a/plotPCA.xml Thu Feb 18 11:37:29 2016 -0500 +++ b/plotPCA.xml Wed Mar 09 17:35:03 2016 -0500 @@ -12,15 +12,22 @@ --plotTitle "$plotTitle" --plotFile "$outFileName" --plotFileFormat "$outFileFormat" + #if $outFileNameData + --outFileNameData "$output_outFileNameData" + #end if ]]> </command> <inputs> <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" /> + <param argument="--outFileNameData" type="boolean" label="Save the matrix of PCA and eigenvalues underlying the plot."/> </inputs> <outputs> <expand macro="output_image_file_format_not_nested" /> + <data format="tabular" name="output_outFileNameData" label="${tool.name} on ${on_string}: PCA matrix"> + <filter>outFileNameData</filter> + </data> </outputs> <tests> <test> @@ -29,17 +36,25 @@ <param name="outFileFormat" value="png" /> <output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="4000" /> </test> + <test> + <param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" /> + <param name="plotTitle" value="Test Plot" /> + <param name="outFileFormat" value="png" /> + <param name="outFileNameData" value="True" /> + <output name="outFileName" file="plotPCA_result2.png" ftpye="png" compare="sim_size" delta="4000" /> + <output name="output_outFileNameData" file="plotPCA_result2.tabular" ftype="tabular" /> + </test> </tests> <help> <