Skip to content
Snippets Groups Projects
Commit e7852f98 authored by nservant's avatar nservant
Browse files

[MODIF] fix bug in software version

parent 47e95831
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ import re
regexes = {
'nf-core/hic': ['v_pipeline.txt', r"(\S+)"],
'Nextflow': ['v_nextflow.txt', r"(\S+)"],
'Bowtie2': ['v_bowtie2.txt', r"Bowtie2 v(\S+)"],
'Python': ['v_python.txt', r"Python v(\S+)"],
'Samtools': ['v_samtools.txt', r"Samtools v(\S+)"],
'Bowtie2': ['v_bowtie2.txt', r"bowtie2-align-s version (\S+)"],
'Python': ['v_python.txt', r"Python (\S+)"],
'Samtools': ['v_samtools.txt', r"samtools (\S+)"],
'MultiQC': ['v_multiqc.txt', r"multiqc, version (\S+)"],
}
results = OrderedDict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment