Skip to content
Open
3 changes: 3 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ process {
// --- Reference-derived, merged into intermediate_files ---

withName: 'BWA_INDEX' {
cpus = 1
memory = 1.GB
time = 30.min
publishDir = [
path: "${params.outdir}/intermediate_files",
mode: 'copy',
Expand Down
Loading
Loading