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

Copy memory requirement to main.nf for astrocyte

parent 1360363e
Branches
Tags
2 merge requests!29Develop,!18Develop
Pipeline #3196 passed with stage
in 17 minutes and 51 seconds
......@@ -84,6 +84,7 @@ chemistryParam301 = chemistryParam
chemistryParam302 = chemistryParam
process count211 {
memory '120 GB'
tag "count211-$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -115,6 +116,7 @@ process count211 {
}
process count301 {
memory '120 GB'
tag "count301-$sample"
publishDir "$outDir/${task.process}", mode: 'copy'
......@@ -147,6 +149,7 @@ process count301 {
}
process count302 {
memory '120 GB'
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