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

Add seed to run-method.R

parent 781c4f80
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ suppressMessages({
library(sessioninfo)
})
set.seed(20220503)
# Get the passed arguments from the command line via Snakemake.
args <- commandArgs(trailingOnly = TRUE, asValues = TRUE)
......
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