1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

fix(sysbio): Add Star resources

This commit is contained in:
Edmund Miller 2021-06-16 21:18:48 -05:00
parent b11f137901
commit 472082254a
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -23,6 +23,10 @@ process {
queue = { task.memory >= 30.GB && task.cpu <= 16 ? 'normal': 'smallmem' } queue = { task.memory >= 30.GB && task.cpu <= 16 ? 'normal': 'smallmem' }
withName:STAR_ALIGN {
memory = 36.GB
}
withLabel:process_high { withLabel:process_high {
cpus = { check_max( 16 * task.attempt, 'cpus' ) } cpus = { check_max( 16 * task.attempt, 'cpus' ) }
memory = { check_max( 60.GB * task.attempt, 'memory' ) } memory = { check_max( 60.GB * task.attempt, 'memory' ) }