From d840eacddbff867e9a17212ff217af8eccee0779 Mon Sep 17 00:00:00 2001 From: Felix Krueger Date: Fri, 1 Mar 2024 14:58:23 +0000 Subject: [PATCH] Update deduplicate_bismark Removing 'single-end' before determination was carried out. --- deduplicate_bismark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deduplicate_bismark b/deduplicate_bismark index 850eaeb..b1785aa 100755 --- a/deduplicate_bismark +++ b/deduplicate_bismark @@ -1175,7 +1175,7 @@ VERSION warn join ("\t",@filenames),"\n\n"; } else{ - warn "Processing single-end Bismark output file(s) (SAM format):\n"; + warn "Processing Bismark output file(s) (SAM format):\n"; warn join ("\t",@filenames),"\n\n"; }