Update main.nf

This commit is contained in:
2026-08-23 21:54:05 +02:00
parent 06277c2869
commit 1519b28187

View File

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