Skip to content
Snippets Groups Projects
Commit c1d6c6f6 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

Updated queues for some processes based on observed resource usage.

parent ff7f8483
2 merge requests!37v0.0.1,!19Resolve "process_makeBigWig"
Pipeline #6037 passed with stages
in 3 hours, 32 minutes, and 41 seconds
......@@ -16,17 +16,20 @@ process {
executor = 'local'
}
withName:trimData {
queue = '128GB,256GB,256GBv1'
queue = 'super'
}
withName:alignData {
queue = '256GB,256GBv1'
}
withName: dedupData {
queue = '128GB,256GB,256GBv1'
queue = 'super'
}
withName: fastqc {
queue = 'super'
}
withName: makeBigWig {
queue = 'super'
}
}
singularity {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment