Skip to content

Commit

Permalink
Add IRIS Profile (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffquinn-msk authored Oct 24, 2024
1 parent 9df4989 commit d3bbc70
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,19 @@ profiles {
queueSize = 25
}
}

iris {
singularity {
enabled = true
autoMounts = true
}
process {
executor = 'slurm'
queue = 'componc_cpu,componc_gpu'
}
executor {
name = 'slurm'
queueSize = 25
}
}
}

0 comments on commit d3bbc70

Please sign in to comment.