diff --git a/modules/local/fastp.nf b/modules/local/fastp.nf index 83944e1..9f36d8a 100644 --- a/modules/local/fastp.nf +++ b/modules/local/fastp.nf @@ -40,5 +40,4 @@ process FASTP { 2> ${prefix}.fastp.log echo \$(fastp --version 2>&1 | sed -e "s/fastp //g") > ${software}.version.txt """ - } }