diff --git a/modules/local/fast5_to_pod5.nf b/modules/local/fast5_to_pod5.nf index 93472c86..1b2e054d 100644 --- a/modules/local/fast5_to_pod5.nf +++ b/modules/local/fast5_to_pod5.nf @@ -9,7 +9,7 @@ process FAST5_TO_POD5 { tuple val(meta), path(input_path) output: - tuple val(meta), path("pod5/") , emit: pod5 + tuple val(meta), path("pod5/"), emit: pod5 when: task.ext.when == null || task.ext.when