mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:03:10 +00:00
Merge pull request #243 from nf-core/rma2info-label-fix
Fix label base.config for MEGAN_RMA2INFO
This commit is contained in:
commit
877f6ca8b3
1 changed files with 6 additions and 1 deletions
|
@ -62,7 +62,12 @@ process {
|
|||
withName:CUSTOM_DUMPSOFTWAREVERSIONS {
|
||||
cache = false
|
||||
}
|
||||
withName: RMA2INFO {
|
||||
withName: MEGAN_RMA2INFO_TSV {
|
||||
cpus = { check_max( 1 , 'cpus' ) }
|
||||
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
|
||||
time = { check_max( 4.h * task.attempt, 'time' ) }
|
||||
}
|
||||
withName: MEGAN_RMA2INFO_KRONA {
|
||||
cpus = { check_max( 1 , 'cpus' ) }
|
||||
memory = { check_max( 6.GB * task.attempt, 'memory' ) }
|
||||
time = { check_max( 4.h * task.attempt, 'time' ) }
|
||||
|
|
Loading…
Reference in a new issue