Skip to content
Snippets Groups Projects

Resolve "process_dedup"

Merged Jonathan Gesell requested to merge 5-dedupReads into develop
Compare and
8 files
+ 88
28
Preferences
File browser
Compare changes
@@ -13,13 +13,22 @@ process {
cpus = 1
memory = '1 GB'
withName:parseMetadata {
cpus = 5
}
withName:getRef {
cpus = 8
}
withName:trimData {
cpus = 15
cpus = 8
memory = '2 GB'
}
withName:alignData {
cpus = 50
memory = '10 GB'
}
withName:dedupData {
cpus = 2
memory = '20 GB'
}
}
\ No newline at end of file