mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update shh.config
This commit is contained in:
parent
1c25cb033b
commit
eb725f9ea3
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ profiles {
|
||||||
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withName: hostremoval_input_fastq {
|
||||||
|
cpus = { check_max( 1, 'cpus' ) }
|
||||||
|
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||||
|
time = { task.attempt == 3 ? 1440.h : task.attempt == 2 ? 48.h : 2.h }
|
||||||
|
}
|
||||||
|
|
||||||
withLabel:'sc_tiny'{
|
withLabel:'sc_tiny'{
|
||||||
cpus = { check_max( 1, 'cpus' ) }
|
cpus = { check_max( 1, 'cpus' ) }
|
||||||
memory = { check_max( 2.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 2.GB * task.attempt, 'memory' ) }
|
||||||
|
|
Loading…
Reference in a new issue