# HG changeset patch
# User ethevenot
# Date 1496764723 14400
# Node ID b1667c118127267d7ec73fcc6330dd229eb31a05
# Parent db1d80e89156178dff6c91363767191b4c78c65a
planemo upload for repository https://github.com/workflow4metabolomics/heatmap.git commit bbfc13f2e4fa9e7e5b562c96d0e570318d3482d9
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
@@ -2,7 +2,6 @@
Heatmap of the dataMatrix
- R
r-batch
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
@@ -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)