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 <![CDATA[ 194 <![CDATA[
198 **What it does** 195 **What it does**
207 204
208 .. image:: $PATH_TO_IMAGES/visual_hm_DmelPolII.png 205 .. image:: $PATH_TO_IMAGES/visual_hm_DmelPolII.png
209 :alt: Heatmap of RNA Polymerase II ChIP-seq 206 :alt: Heatmap of RNA Polymerase II ChIP-seq
210 207
211 208
212 You can find more details on the tool on the plotHeatmap doc page: https://deeptools.readthedocs.org/en/release-1.6/content/tools/plotHeatmap.html 209 You can find more details on the tool on the plotHeatmap doc page: https://deeptools.readthedocs.org/en/master/content/tools/plotHeatmap.html
213 210
214 211
215 ----- 212 -----
216 213
217 @REFERENCES@ 214 @REFERENCES@