Skip to content
Snippets Groups Projects

Resolve "process_fastqc"

Merged Gervaise Henry requested to merge 9-fastqc into develop
All threads resolved!
Compare and
7 files
+ 68
7
Preferences
File browser
Compare changes
@@ -11,7 +11,7 @@ process {
executor = 'awsbatch'
queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
cpus = 1
memory = '1 GB'
memory = '2 GB'
withName:parseMetadata {
cpus = 5
@@ -25,10 +25,13 @@ process {
}
withName:alignData {
cpus = 50
memory = '10 GB'
memory = '5 GB'
}
withName:dedupData {
cpus = 2
memory = '20 GB'
}
withName:fastqc {
memory = '5 GB'
}
}
\ No newline at end of file