From 1519b2818764d8e914d0e192897a46c04abbbe3f Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 23 Aug 2026 21:54:05 +0200 Subject: [PATCH] Update main.nf --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index 13e7ddc..5118bef 100644 --- a/main.nf +++ b/main.nf @@ -15,7 +15,7 @@ process split { script: """ - printf '${x}' | split -b 6 chunk_ + printf '${x}' | split -b 6 - chunk_ """ }