USCbiostats / slurmR

slurmR: A Lightweight Wrapper for Slurm
https://uscbiostats.github.io/slurmR/
Other
57 stars 12 forks source link

Preamble option #30

Closed gvegayon closed 3 years ago

gvegayon commented 3 years ago

This addresses #28. This patch includes a few minor tweaks to the code and a new feature that allows users to add command lines between the #SBATCH options and the call to Rscript, e.g.:

opts_slurmR$set_preamble("module load gcc/6.0.0")