Skip to content
Snippets Groups Projects
Commit 9763c0a7 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix output for vrsion of nextflow pipeline.

parent be7ae1f2
Branches
Tags
2 merge requests!58Develop,!48Resolve "Output tool version to report in multiqc"
Pipeline #8310 failed with stages
in 1 minute and 40 seconds
......@@ -44,7 +44,7 @@ SOFTWARE_REGEX = {
'deepTools': ['version_deeptools.txt', r"deeptools (\S+)"],
'FastQC': ['version_fastqc.txt', r"FastQC v(\S+)"],
'MultiQC': ['version_multiqc.txt', r"multiqc, version (\S+)"],
"Pipeline Version": ['./workflow/nextflow.config', r"version = '(\S+)'"]
"Pipeline Version": ['./workflow/nextflow.config', r"version = 'v(\S+)'"]
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment