diff heatmap2.xml @ 3:f86777d8ba62 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 381fece97cb737e110e75e85fd0b6ebfc90f9c36
author iuc
date Sat, 28 Jul 2018 03:42:35 -0400
parents 672eb1c4314c
children b718455b9541
line wrap: on
line diff
--- a/heatmap2.xml	Mon Jun 11 16:03:13 2018 -0400
+++ b/heatmap2.xml	Sat Jul 28 03:42:35 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@+galaxy0">
+<tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@+galaxy1">
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -74,7 +74,7 @@
         main = '$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45)
 #else
     heatmap.2(linput,
-        dendrogram="none", scale = '$scale', labRow = rlabs, labCol = clabs,
+        dendrogram="none", Colv=FALSE, Rowv=FALSE, scale = '$scale', labRow = rlabs, labCol = clabs,
         col=colfunc(50), trace="none", density.info = "none", margins=c(8,8), 
         main='$title', key.xlab='$key', keysize=1, cexCol=0.8, cexRow = 0.8, srtCol=45)
 #end if