Skip to content

Commit 7306b35

Browse files
committed
Fixed versions.yml formatting for MultiQC in BENCHMARK_REPORT
1 parent ee39861 commit 7306b35

File tree

1 file changed

+2
-2
lines changed
  • modules/local/benchmark_report

1 file changed

+2
-2
lines changed

modules/local/benchmark_report/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ process BENCHMARK_REPORT {
4242
cat <<-END_VERSIONS > versions.yml
4343
"${task.process}":
4444
r: \$(R --version | head -1 | sed 's/R version \\([0-9.]*\\).*/\\1/')
45-
quarto-cli: \$(quarto -v)
46-
END_VERSIONS
45+
quarto-cli: \$(quarto --version | head -1 | sed 's/quarto //g')
46+
END_VERSIONS
4747
"""
4848
}

0 commit comments

Comments
 (0)