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

Fix regex markdups.

parent 61468bd9
Branches
Tags
2 merge requests!58Develop,!48Resolve "Output tool version to report in multiqc"
Pipeline #8318 passed with stages
in 1 minute and 49 seconds
......@@ -38,7 +38,7 @@ SOFTWARE_REGEX = {
'Trim Galore!': ['version_trimgalore.txt', r"version (\S+)"],
'HISAT2': ['version_hisat2.txt', r"version (\S+)"],
'Samtools': ['version_samtools.txt', r"samtools (\S+)"],
'picard (MarkDuplicates)': ['version_markdups.txt', r"Version: (\S+)"],
'picard (MarkDuplicates)': ['version_markdups.txt', r"(\S\.\S{2}\.\S+)"],
'featureCounts': ['version_featurecounts.txt', r"featureCounts v(\S+)"],
'R': ['version_r.txt', r"R version (\S+)"],
'deepTools': ['version_deeptools.txt', r"deeptools (\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