Closed hermidalc closed 3 months ago
Using the executor plugin how do I set the $TMPDIR env var (and therefore tmpdir resource) within a job to something like <scratch>/$SLURM_JOB_ID/tmp?
$TMPDIR
tmpdir
<scratch>/$SLURM_JOB_ID/tmp
https://github.com/snakemake/snakemake/issues/2423
that is something your admins ought to do. Yet, the fs-plugin should do, what you are looking for. Alas, a bug is buggin us. I hope, this will be fixed soon.
Using the executor plugin how do I set the
$TMPDIR
env var (and thereforetmpdir
resource) within a job to something like<scratch>/$SLURM_JOB_ID/tmp
?