From 4c2cce86af085deebb41c131d666d2218da6e2a6 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Wed, 26 Jun 2024 15:31:21 +0200 Subject: [PATCH] Align comment --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index 1eaaca40..cb61186e 100755 --- a/main.nf +++ b/main.nf @@ -93,7 +93,7 @@ workflow NFCORE_CHIPSEQ { emit: multiqc_report = CHIPSEQ.out.multiqc_report // channel: /path/to/multiqc_report.html - versions = ch_versions // channel: [version1, version2, ...] + versions = ch_versions // channel: [version1, version2, ...] } /*