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

Add resources to AWS configs

parent 4ca7cd19
2 merge requests!37v0.0.1,!18Resolve "process_fastqc"
Pipeline #5882 passed with stages
in 49 minutes and 23 seconds
...@@ -11,7 +11,7 @@ process { ...@@ -11,7 +11,7 @@ process {
executor = 'awsbatch' executor = 'awsbatch'
queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc' queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
cpus = 1 cpus = 1
memory = '1 GB' memory = '2 GB'
withName:parseMetadata { withName:parseMetadata {
cpus = 5 cpus = 5
...@@ -25,10 +25,13 @@ process { ...@@ -25,10 +25,13 @@ process {
} }
withName:alignData { withName:alignData {
cpus = 50 cpus = 50
memory = '10 GB' memory = '5 GB'
} }
withName:dedupData { withName:dedupData {
cpus = 2 cpus = 2
memory = '20 GB' memory = '20 GB'
} }
withName:fastqc {
memory = '5 GB'
}
} }
\ No newline at end of file
...@@ -11,7 +11,7 @@ process { ...@@ -11,7 +11,7 @@ process {
executor = 'awsbatch' executor = 'awsbatch'
queue = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc' queue = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
cpus = 1 cpus = 1
memory = '1 GB' memory = '2 GB'
withName:parseMetadata { withName:parseMetadata {
cpus = 5 cpus = 5
...@@ -25,10 +25,13 @@ process { ...@@ -25,10 +25,13 @@ process {
} }
withName:alignData { withName:alignData {
cpus = 50 cpus = 50
memory = '10 GB' memory = '5 GB'
} }
withName:dedupData { withName:dedupData {
cpus = 2 cpus = 2
memory = '20 GB' memory = '20 GB'
} }
withName:fastq {
memory = '5 GB'
}
} }
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