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

Update R and snakemake versions

and delete logs/ contents before each run
parent 87fa7808
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
module load snakemake/5.18.1
module load r/4.0.0
rm logs/*
module load snakemake/6.6.1
module load r/4.1.0
# Create the needed simulation parameters.
R CMD BATCH --no-save --no-restore code/simulation-pars.R logs/simulation-pars.Rout
......
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