Mercurial > repos > ethevenot > heatmap
comparison heatmap_wrapper.R @ 2:b1667c118127 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/heatmap.git commit bbfc13f2e4fa9e7e5b562c96d0e570318d3482d9
author | ethevenot |
---|---|
date | Tue, 06 Jun 2017 11:58:43 -0400 |
parents | ad06aeed02c9 |
children |
comparison
equal
deleted
inserted
replaced
1:db1d80e89156 | 2:b1667c118127 |
---|---|
147 ##------- | 147 ##------- |
148 | 148 |
149 cat("\nEnd of the '", modNamC, "' Galaxy module call: ", | 149 cat("\nEnd of the '", modNamC, "' Galaxy module call: ", |
150 format(Sys.time(), "%a %d %b %Y %X"), "\n", sep = "") | 150 format(Sys.time(), "%a %d %b %Y %X"), "\n", sep = "") |
151 | 151 |
152 cat("\n\n\n============================================================================") | |
153 cat("\nAdditional information about the call:\n") | |
154 cat("\n1) Parameters:\n") | |
155 print(cbind(value = argVc)) | |
156 | |
157 cat("\n2) Session Info:\n") | |
158 sessioninfo <- sessionInfo() | |
159 cat(sessioninfo$R.version$version.string,"\n") | |
160 cat("Main packages:\n") | |
161 for (pkg in names(sessioninfo$otherPkgs)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n") | |
162 cat("Other loaded packages:\n") | |
163 for (pkg in names(sessioninfo$loadedOnly)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n") | |
164 | |
165 cat("============================================================================\n") | |
166 | |
152 sink() | 167 sink() |
153 | 168 |
154 options(stringsAsFactors = strAsFacL) | 169 options(stringsAsFactors = strAsFacL) |
155 | 170 |
156 rm(list = ls()) | 171 rm(list = ls()) |