# HG changeset patch # User proteore # Date 1551706619 18000 # Node ID 2a04fffda9142a77d41b109cd385a723008e788c # Parent b8a5139cf5b901638410ebe9620a19ec0eb08460 planemo upload commit 4efc56eb769fbceb66c64181441ff8781d523454-dirty diff -r b8a5139cf5b9 -r 2a04fffda914 heatmap.xml --- a/heatmap.xml Mon Feb 18 05:58:08 2019 -0500 +++ b/heatmap.xml Mon Mar 04 08:36:59 2019 -0500 @@ -1,4 +1,4 @@ - + r-plotly @@ -29,13 +29,19 @@ - + + ^([c]{0,1}[0-9]+[,]*)+$ + - + + ^[c]{0,1}[0-9]+:[c]{0,1}[0-9]+$ + - + + [c]{0,1}[0-9]+ + @@ -68,8 +74,8 @@ - - + + @@ -140,8 +146,7 @@ **Output** -Default output is html; it allows browsing the heatmap in an interactive way (of note: for large file, display and interactivity can be altered) -pdf, jpeg or png format are propsoed for static output. +Default output is html; it allows browsing the heatmap in an interactive way (of note: for large file, display and interactivity can be altered), pdf format are proposed for static output. ----- diff -r b8a5139cf5b9 -r 2a04fffda914 heatmap_viz.R --- a/heatmap_viz.R Mon Feb 18 05:58:08 2019 -0500 +++ b/heatmap_viz.R Mon Mar 04 08:36:59 2019 -0500 @@ -1,4 +1,5 @@ #!/usr/bin/Rscript +options(warn=-1) #TURN OFF WARNINGS !!!!!! suppressMessages(library('plotly',quietly = T)) suppressMessages(library('heatmaply',quietly = T))