Update main.nf

This commit is contained in:
2026-08-23 19:47:42 +02:00
parent b931440b95
commit 06277c2869

View File

@@ -15,7 +15,7 @@ process split {
script:
"""
printf '${x}' | split -b 6 - chunk_
printf '${x}' | split -b 6 chunk_
"""
}