Skip to content

Commit

Permalink
updated cachedir locationo
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Oct 5, 2024
2 parents 48ba771 + 6389614 commit 0d37a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ profiles {
}
}

hutch_singularity {
hutch_apptainer {
workDir = params.work_dir
resume = true // null for no resume
singularity {
apptainer {
enabled = true
autoMounts = true
cacheDir = 'singularity_cache/'
cacheDir = '/fh/scratch/delete90/fredricks_d/lab/nhoffman/apptainer/cache/'
}
params {
output = 'output'
Expand Down

0 comments on commit 0d37a7a

Please sign in to comment.