Skip to content

Commit 9925ff6

Browse files
committed
Update interproscan resource config
1 parent 8924eb8 commit 9925ff6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

conf/base.config

-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ process {
235235

236236
withName: INTERPROSCAN_DATABASE {
237237
memory = { 6.GB * task.attempt }
238-
time = { 4.h * task.attempt }
239238
cpus = { 6 * task.attempt }
240239
}
241240

modules/local/interproscan_download.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
process INTERPROSCAN_DATABASE {
22
tag "interproscan_database_download"
3-
label 'process_medium'
3+
label 'process_long'
44

55
conda "conda-forge::sed=4.7"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?

0 commit comments

Comments
 (0)