changeset 1:58b36ae7baca draft

"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/high_dim_heatmap commit 7c990ad7024035342c4abd6e3fa8feb1b2f2ac2c"
author artbio
date Thu, 22 Oct 2020 21:47:10 +0000
parents 22d5d811dc37
children 17f627ee8f5a
files heatmap.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/heatmap.xml	Sat Jul 20 17:55:20 2019 -0400
+++ b/heatmap.xml	Thu Oct 22 21:47:10 2020 +0000
@@ -1,4 +1,4 @@
-<tool id="high_dim_heatmap" name="Plot heatmap" version="1.0.0">
+<tool id="high_dim_heatmap" name="Plot heatmap" version="1.1.0">
     <description>with high number of rows</description>
     <requirements>
         <requirement type="package" version="3.0.1">r-gplots</requirement>
@@ -43,6 +43,8 @@
     colorscale = colfunc <- colorRampPalette(c("white", "blue"))
 #elif $colorscheme == "blwhre"
     colorscale = colfunc <- colorRampPalette(c("blue","white", "red"))
+#elif $colorscheme == "yeblu"
+    colorscale = colfunc <- colorRampPalette(c("lightyellow", "royalblue4"))
 #end if
 
 #if $labels== "both"
@@ -138,6 +140,7 @@
         <param name="colorscheme" type="select" label="Coloring groups" >
             <option value="whrd" selected="true">White to red</option>
             <option value="whblu">White to blue</option>
+            <option value="yeblu">Yellow to blue</option>
             <option value="blwhre">Blue to white to red</option>
         </param>
         <param name="scale" type="select" label="Data scaling" >