comparison transformation_wrapper.R @ 2:0ccfc3e15710 draft

planemo upload for repository https://github.com/workflow4metabolomics/transformation.git commit b0373e2f4702a572450205419e2d64579c24c9ae
author ethevenot
date Tue, 06 Jun 2017 11:55:21 -0400
parents d9e05021553c
children cc0e9eff0de2
comparison
equal deleted inserted replaced
1:d9e05021553c 2:0ccfc3e15710
78 ##------- 78 ##-------
79 79
80 cat("\nEnd of the '", modNamC, "' Galaxy module call: ", 80 cat("\nEnd of the '", modNamC, "' Galaxy module call: ",
81 format(Sys.time(), "%a %d %b %Y %X"), "\n", sep = "") 81 format(Sys.time(), "%a %d %b %Y %X"), "\n", sep = "")
82 82
83 cat("\n\n\n============================================================================")
84 cat("\nAdditional information about the call:\n")
85 cat("\n1) Parameters:\n")
86 print(cbind(value = argVc))
87
88 cat("\n2) Session Info:\n")
89 sessioninfo <- sessionInfo()
90 cat(sessioninfo$R.version$version.string,"\n")
91 cat("Main packages:\n")
92 for (pkg in names(sessioninfo$otherPkgs)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n")
93 cat("Other loaded packages:\n")
94 for (pkg in names(sessioninfo$loadedOnly)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n")
95
96 cat("============================================================================\n")
97
83 sink() 98 sink()
84 99
85 options(stringsAsFactors = strAsFacL) 100 options(stringsAsFactors = strAsFacL)
86 101
87 102