Mercurial > repos > bgruening > deeptools_plot_heatmap
diff 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 |
line wrap: on
line diff
--- a/plotHeatmap.xml Wed Dec 23 14:38:05 2015 -0500 +++ b/plotHeatmap.xml Tue Jan 19 10:05:40 2016 -0500 @@ -13,9 +13,6 @@ #if $output.showOutputSettings == "yes" --plotFileFormat "$output.outFileFormat" - #if $outFileNameData: - --outFileNameData "$outFileNameData" - #end if #if $outFileNameMatrix: --outFileNameMatrix "$outFileNameMatrix" @@ -184,13 +181,13 @@ <tests> <test> <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> - <output name="outFileName" file="heatmapper_result1.png" ftype="png" compare="sim_size" delta="100" /> + <output name="outFileName" file="heatmapper_result1.png" ftype="png" compare="sim_size" delta="4000" /> </test> <test> <param name="matrixFile" value="computeMatrix_result1.gz" ftype="deeptools_compute_matrix_archive" /> <param name="showAdvancedOpt" value="yes" /> <param name="whatToShow" value="heatmap and colorbar" /> - <output name="outFileName" file="heatmapper_result2.png" ftype="png" compare="sim_size" delta="100" /> + <output name="outFileName" file="heatmapper_result2.png" ftype="png" compare="sim_size" delta="4000" /> </test> </tests> <help> @@ -209,7 +206,7 @@ :alt: Heatmap of RNA Polymerase II ChIP-seq -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 +You can find more details on the tool on the plotHeatmap doc page: https://deeptools.readthedocs.org/en/master/content/tools/plotHeatmap.html -----