Skip to content
Snippets Groups Projects
Commit e2a27abe authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Revert "Updated queues for some processes based on observed resource usage."

This reverts commit c1d6c6f6
parent 2fcbbf7b
Branches
Tags
No related merge requests found
Pipeline #6036 failed with stages
in 12 minutes and 30 seconds
...@@ -16,20 +16,17 @@ process { ...@@ -16,20 +16,17 @@ process {
executor = 'local' executor = 'local'
} }
withName:trimData { withName:trimData {
queue = 'super' queue = '128GB,256GB,256GBv1'
} }
withName:alignData { withName:alignData {
queue = '256GB,256GBv1' queue = '256GB,256GBv1'
} }
withName: dedupData { withName: dedupData {
queue = 'super' queue = '128GB,256GB,256GBv1'
} }
withName: fastqc { withName: fastqc {
queue = 'super' queue = 'super'
} }
withName: makeBigWig {
queue = 'super'
}
} }
singularity { 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