mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
fix(sysbio): Add Star resources
This commit is contained in:
parent
b11f137901
commit
472082254a
1 changed files with 4 additions and 0 deletions
|
@ -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' ) }
|
||||||
|
|
Loading…
Reference in a new issue