1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Merge branch 'nf-core:master' into computerome

This commit is contained in:
Marc Trunjer Kusk Nielsen 2021-09-15 11:08:48 +02:00 committed by GitHub
commit aad70fe86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }