Repository 'heatmap'
hg clone https://toolshed.g2.bx.psu.edu/repos/ethevenot/heatmap

Changeset 2:b1667c118127 (2017-06-06)
Previous changeset 1:db1d80e89156 (2016-08-06)
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/heatmap.git commit bbfc13f2e4fa9e7e5b562c96d0e570318d3482d9
modified:
heatmap_config.xml
heatmap_wrapper.R
b
diff -r db1d80e89156 -r b1667c118127 heatmap_config.xml
--- a/heatmap_config.xml Sat Aug 06 12:18:15 2016 -0400
+++ b/heatmap_config.xml Tue Jun 06 11:58:43 2017 -0400
b
@@ -2,7 +2,6 @@
   <description>Heatmap of the dataMatrix</description>
   
   <requirements>
-    <requirement type="package" version="3.2.2">R</requirement>
     <requirement type="package">r-batch</requirement>
   </requirements>
 
b
diff -r db1d80e89156 -r b1667c118127 heatmap_wrapper.R
--- a/heatmap_wrapper.R Sat Aug 06 12:18:15 2016 -0400
+++ b/heatmap_wrapper.R Tue Jun 06 11:58:43 2017 -0400
b
@@ -149,6 +149,21 @@
 cat("\nEnd of the '", modNamC, "' Galaxy module call: ",
     format(Sys.time(), "%a %d %b %Y %X"), "\n", sep = "")
 
+cat("\n\n\n============================================================================")
+cat("\nAdditional information about the call:\n")
+cat("\n1) Parameters:\n")
+print(cbind(value = argVc))
+
+cat("\n2) Session Info:\n")
+sessioninfo <- sessionInfo()
+cat(sessioninfo$R.version$version.string,"\n")
+cat("Main packages:\n")
+for (pkg in names(sessioninfo$otherPkgs)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n")
+cat("Other loaded packages:\n")
+for (pkg in names(sessioninfo$loadedOnly)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n")
+
+cat("============================================================================\n")
+
 sink()
 
 options(stringsAsFactors = strAsFacL)