diff --git a/process-collect.nf b/process-collect.nf index 39f9ce3..f9932f4 100644 --- a/process-collect.nf +++ b/process-collect.nf @@ -42,7 +42,7 @@ process foo { process bar { echo true input: - file '*.fq' from unzipped_ch.collect() + file '?.fq' from unzipped_ch.collect() """ cat *.fq | head -n 50 """