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

Fix regex.

parent acc08c89
Branches
Tags
2 merge requests!58Develop,!48Resolve "Output tool version to report in multiqc"
Pipeline #8317 canceled with stages
in 33 seconds
......@@ -36,7 +36,7 @@ SOFTWARE_REGEX = {
'BDBag': ['version_bdbag.txt', r"BDBag (\S+) \(Bagit \S+\)"],
'RSeQC': ['version_rseqc.txt', r"infer_experiment.py (\S+)"],
'Trim Galore!': ['version_trimgalore.txt', r"version (\S+)"],
'HISAT2': ['version_hisat.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+)"],
'featureCounts': ['version_featurecounts.txt', r"featureCounts 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