mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #276 from jfy133/eva-eager-subprofiles
Remove 1CPU for host removal fastq eager @EVA
This commit is contained in:
commit
f99a7fc525
1 changed files with 0 additions and 2 deletions
|
@ -249,7 +249,6 @@ profiles {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName:hostremoval_input_fastq {
|
withName:hostremoval_input_fastq {
|
||||||
cpus = { check_max( 1, 'cpus' ) }
|
|
||||||
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||||
time = 1440.h
|
time = 1440.h
|
||||||
}
|
}
|
||||||
|
@ -398,7 +397,6 @@ profiles {
|
||||||
}
|
}
|
||||||
|
|
||||||
withName:hostremoval_input_fastq {
|
withName:hostremoval_input_fastq {
|
||||||
cpus = { check_max( 1, 'cpus' ) }
|
|
||||||
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 32.GB * task.attempt, 'memory' ) }
|
||||||
time = 1440.h
|
time = 1440.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue