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

Add minimum memory for cellranger count to 120GB to fix #7

parent e944001c
Branches
Tags
2 merge requests!16Develop,!10Resolve "Fix config file"
Pipeline #3142 passed with stage
in 16 seconds
...@@ -9,12 +9,15 @@ process { ...@@ -9,12 +9,15 @@ process {
} }
$count211 { $count211 {
module = ['cellranger/2.1.1'] module = ['cellranger/2.1.1']
memory = '120GB'
} }
$count301 { $count301 {
module = ['cellranger/3.0.1'] module = ['cellranger/3.0.1']
memory = '120GB'
} }
$count302 { $count302 {
module = ['cellranger/3.0.2'] module = ['cellranger/3.0.2']
memory = '120GB'
} }
} }
......
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