From d676e97e7712dd9afc090c0331ead9e162078579 Mon Sep 17 00:00:00 2001 From: Steven Sutcliffe Date: Mon, 23 Sep 2024 17:34:14 -0400 Subject: [PATCH] Revert "formatting fix" This reverts commit 41709903f05da5a3e823c4d92b239ddec03560ee. --- workflows/snvphylnfc.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/snvphylnfc.nf b/workflows/snvphylnfc.nf index cfd162a..35665f6 100644 --- a/workflows/snvphylnfc.nf +++ b/workflows/snvphylnfc.nf @@ -122,7 +122,7 @@ workflow SNVPHYL { return [meta, reads, reference_assembly] } - // Channel of read tuples (meta, [fastq_1, fastq_2*]): + // Channel of read tuples (meta, [fastq_1, fastq_2*]): reads = input.map { meta, reads, reference_assembly -> tuple(meta, reads) } INDEXING(