From 09bfe3c6182addc683d15620fa7d07db42b38946 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Mon, 9 May 2022 12:28:58 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Harshil Patel --- modules/sratools/prefetch/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sratools/prefetch/main.nf b/modules/sratools/prefetch/main.nf index 889fef52..3426ae12 100644 --- a/modules/sratools/prefetch/main.nf +++ b/modules/sratools/prefetch/main.nf @@ -9,7 +9,7 @@ process SRATOOLS_PREFETCH { input: tuple val(meta), val(id) - path(ncbi_settings) + path ncbi_settings output: tuple val(meta), path(id), emit: sra