From 8afc348434790ef7a0b3f0ad4b8f84874589dbcc Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 23 Jul 2021 17:34:46 +0100 Subject: [PATCH] Fix version file passing --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index c17ce06..6b94aec 100644 --- a/main.nf +++ b/main.nf @@ -66,7 +66,7 @@ process makeReport { output: path "wf-template-report.html" """ - report.py wf-template-report.html --versions versions.txt seqs.txt + report.py wf-template-report.html --versions versions seqs.txt """ }