Mercurial > repos > bgruening > deeptools_plot_pca
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 15:e8b8434f7125 | 16:179b2441ae0b |
|---|---|
| 10 @BINARY@ | 10 @BINARY@ |
| 11 --corData "$corData" | 11 --corData "$corData" |
| 12 --plotTitle "$plotTitle" | 12 --plotTitle "$plotTitle" |
| 13 --plotFile "$outFileName" | 13 --plotFile "$outFileName" |
| 14 --plotFileFormat "$outFileFormat" | 14 --plotFileFormat "$outFileFormat" |
| 15 #if $outFileNameData | |
| 16 --outFileNameData "$output_outFileNameData" | |
| 17 #end if | |
| 15 ]]> | 18 ]]> |
| 16 </command> | 19 </command> |
| 17 <inputs> | 20 <inputs> |
| 18 <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the multiBamSummary or multiBigwigSummary tools"/> | 21 <param name="corData" format="deeptools_coverage_matrix" type="data" label="Matrix file from the multiBamSummary or multiBigwigSummary tools"/> |
| 19 <expand macro="input_image_file_format" /> | 22 <expand macro="input_image_file_format" /> |
| 20 <expand macro="plotTitle" /> | 23 <expand macro="plotTitle" /> |
| 24 <param argument="--outFileNameData" type="boolean" label="Save the matrix of PCA and eigenvalues underlying the plot."/> | |
| 21 </inputs> | 25 </inputs> |
| 22 <outputs> | 26 <outputs> |
| 23 <expand macro="output_image_file_format_not_nested" /> | 27 <expand macro="output_image_file_format_not_nested" /> |
| 28 <data format="tabular" name="output_outFileNameData" label="${tool.name} on ${on_string}: PCA matrix"> | |
| 29 <filter>outFileNameData</filter> | |
| 30 </data> | |
| 24 </outputs> | 31 </outputs> |
| 25 <tests> | 32 <tests> |
| 26 <test> | 33 <test> |
| 27 <param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" /> | 34 <param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" /> |
| 28 <param name="plotTitle" value="Test Plot" /> | 35 <param name="plotTitle" value="Test Plot" /> |
| 29 <param name="outFileFormat" value="png" /> | 36 <param name="outFileFormat" value="png" /> |
| 30 <output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="4000" /> | 37 <output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="4000" /> |
| 31 </test> | 38 </test> |
| 39 <test> | |
| 40 <param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" /> | |
| 41 <param name="plotTitle" value="Test Plot" /> | |
| 42 <param name="outFileFormat" value="png" /> | |
| 43 <param name="outFileNameData" value="True" /> | |
| 44 <output name="outFileName" file="plotPCA_result2.png" ftpye="png" compare="sim_size" delta="4000" /> | |
| 45 <output name="output_outFileNameData" file="plotPCA_result2.tabular" ftype="tabular" /> | |
| 46 </test> | |
| 32 </tests> | 47 </tests> |
| 33 <help> | 48 <help> |
| 34 <