We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8924eb8 commit 9925ff6Copy full SHA for 9925ff6
conf/base.config
@@ -235,7 +235,6 @@ process {
235
236
withName: INTERPROSCAN_DATABASE {
237
memory = { 6.GB * task.attempt }
238
- time = { 4.h * task.attempt }
239
cpus = { 6 * task.attempt }
240
}
241
modules/local/interproscan_download.nf
@@ -1,6 +1,6 @@
1
process INTERPROSCAN_DATABASE {
2
tag "interproscan_database_download"
3
- label 'process_medium'
+ label 'process_long'
4
5
conda "conda-forge::sed=4.7"
6
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
0 commit comments