Mercurial > repos > bgruening > deeptools_plot_heatmap
comparison plotHeatmap.xml @ 10:5984ae55928f draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b'a4965adc865b4c85b35ed205bc10821edc104f20'
| author | bgruening |
|---|---|
| date | Tue, 19 Jan 2016 10:05:40 -0500 |
| parents | f509604dbf06 |
| children | 954411c762d7 |
comparison
equal
deleted
inserted
replaced
| 9:f509604dbf06 | 10:5984ae55928f |
|---|---|
| 11 --matrixFile "$matrixFile" | 11 --matrixFile "$matrixFile" |
| 12 --outFileName "$outFileName" | 12 --outFileName "$outFileName" |
| 13 | 13 |
| 14 #if $output.showOutputSettings == "yes" | 14 #if $output.showOutputSettings == "yes" |
| 15 --plotFileFormat "$output.outFileFormat" | 15 --plotFileFormat "$output.outFileFormat" |
| 16 #if $outFileNameData: | |
| 17 --outFileNameData "$outFileNameData" | |
| 18 #end if | |
| 19 | 16 |
| 20 #if $outFileNameMatrix: | 17 #if $outFileNameMatrix: |
| 21 --outFileNameMatrix "$outFileNameMatrix" | 18 --outFileNameMatrix "$outFileNameMatrix" |
| 22 #end if | 19 #end if |
| 23 | 20 |
| 182 <expand macro="output_save_matrix_values" /> | 179 <expand macro="output_save_matrix_values" /> |
| 183 </outputs> | 180 </outputs> |
| 184 <tests> | 181 <tests> |
| 185 <test> | 182 <test> |
| 186 <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> | 183 <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> |
| 187 <output name="outFileName" file="heatmapper_result1.png" ftype="png" compare="sim_size" delta="100" /> | 184 <output name="outFileName" file="heatmapper_result1.png" ftype="png" compare="sim_size" delta="4000" /> |
| 188 </test> | 185 </test> |
| 189 <test> | 186 <test> |
| 190 <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> | 187 <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> |
| 191 <param name="showAdvancedOpt" value="yes" /> | 188 <param name="showAdvancedOpt" value="yes" /> |
| 192 <param name="whatToShow" value="heatmap and colorbar" /> | 189 <param name="whatToShow" value="heatmap and colorbar" /> |
| 193 <output name="outFileName" file="heatmapper_result2.png" ftype="png" compare="sim_size" delta="100" /> | 190 <output name="outFileName" file="heatmapper_result2.png" ftype="png" compare="sim_size" delta="4000" /> |
| 194 </test> | 191 </test> |
| 195 </tests> | 192 </tests> |
| 196 <help> | 193 <help> |
| 197 <