From 251bd3860c8b31118cb164ce382bedac735fc2d8 Mon Sep 17 00:00:00 2001 From: Akazhiel Date: Fri, 26 May 2023 13:02:45 +0200 Subject: [PATCH] Fixed extra curly brace in fastp. --- modules/local/fastp.nf | 1 - 1 file changed, 1 deletion(-) 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 """ - } }