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

Set queues instead of memory in main.nf until Astrocyte update to use custom configs

parent 2ccd4175
Branches
Tags
2 merge requests!29Develop,!26Develop
Pipeline #3231 passed with stage
in 2 seconds
......@@ -104,7 +104,7 @@ chemistryParam301 = chemistryParam
chemistryParam302 = chemistryParam
process count211 {
memory '120 GB'
queue '128GB,256GB,256GBv1,384GB'
tag "count211-$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -139,7 +139,7 @@ process count211 {
}
process count301 {
memory '120 GB'
queue '128GB,256GB,256GBv1,384GB'
tag "count301-$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -175,7 +175,7 @@ process count301 {
}
process count302 {
memory '120 GB'
queue '128GB,256GB,256GBv1,384GB'
tag "count302-$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......
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