Skip to content
Snippets Groups Projects
Commit c994d115 authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Add session information to run-method script

parent 6de1aabd
No related branches found
No related tags found
No related merge requests found
Pipeline #10185 passed
......@@ -4,6 +4,7 @@ suppressMessages({
library(R.utils)
library(jsonlite)
library(SingleCellExperiment)
library(sessioninfo)
})
# Get the passed arguments from the command line via Snakemake.
......@@ -35,3 +36,5 @@ result <- get(func)(data, meth_pars)
# Save the results.
saveRDS(result, result_file)
session_info()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment