Fix version file passing

This commit is contained in:
Chris Wright 2021-07-23 17:34:46 +01:00
parent 635b18121b
commit 8afc348434

View File

@ -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
"""
}