diff --git a/modules/efetch/main.nf b/modules/efetch/main.nf index 00ec585..2041d45 100644 --- a/modules/efetch/main.nf +++ b/modules/efetch/main.nf @@ -1,6 +1,6 @@ process EFETCH { - cpus 1 - memory '256.MB' + label 'process_single' + container 'quay.io/biocontainers/entrez-direct:16.2--he881be0_1' publishDir "results", mode: 'copy'