Skip to content

Commit

Permalink
Adding Hutch Apptainer config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Oct 4, 2024
1 parent 7fbef00 commit 6389614
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,30 @@ profiles {
}
}

hutch_apptainer {
workDir = params.work_dir
resume = true // null for no resume
apptainer {
enabled = true
autoMounts = true
cacheDir = '/fh/scratch/delete90/fredricks_d/lab/nhoffman/singularity/'
}
params {
output = 'output'
}
process {
container = params.container
executor = 'local'

// https://sciwiki.fredhutch.org/hdc/workflows/running/on_gizmo/#note-error-151
errorStrategy = 'retry'
maxRetries = 3
}
executor{
queueSize = 4
}
}

hutch_batch {
// choose from delete10, delete30, delete60 numbers refer to days
workDir = "s3://fh-pi-fredricks-d-nextflow-scratch/delete10/"
Expand Down

0 comments on commit 6389614

Please sign in to comment.