diff --git a/main.nf b/main.nf index 5118bef..13e7ddc 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_ """ }