From e9b903f79d7ec482b615dfa4cbdb50a6360fc858 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Thu, 29 Feb 2024 06:59:59 +0000 Subject: [PATCH] sdrf-pipelines 0.0.24 -> 0.0.25 --- modules/local/openms/thirdparty/searchenginemsgf/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/openms/thirdparty/searchenginemsgf/main.nf b/modules/local/openms/thirdparty/searchenginemsgf/main.nf index 226b65ff..cfa0eb2a 100644 --- a/modules/local/openms/thirdparty/searchenginemsgf/main.nf +++ b/modules/local/openms/thirdparty/searchenginemsgf/main.nf @@ -32,7 +32,7 @@ process SEARCHENGINEMSGF { if (meta.enzyme == 'Trypsin') enzyme = 'Trypsin/P' else if (meta.enzyme == 'Arg-C') enzyme = 'Arg-C/P' else if (meta.enzyme == 'Asp-N') enzyme = 'Asp-N/B' - else if (meta.enzyme == 'Chymotrypsin') enzyme = 'Chymotrypsin' + else if (meta.enzyme == 'Chymotrypsin') enzyme = 'Chymotrypsin/P' else if (meta.enzyme == 'Lys-C') enzyme = 'Lys-C/P' if (enzyme.toLowerCase() == "unspecific cleavage") {