mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
fix: remove retry label
Call gets retried by bash script
This commit is contained in:
parent
dd1c66783a
commit
ea41c753c0
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
process SRATOOLS_PREFETCH {
|
||||
tag "$id"
|
||||
label 'process_low'
|
||||
label 'error_retry'
|
||||
|
||||
conda (params.enable_conda ? 'bioconda::sra-tools=2.11.0' : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
|
|
Loading…
Reference in a new issue