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

Update software version test python.

parent 60b877d9
1 merge request!64Resolve "Python Version not in Software Version"
Pipeline #5972 canceled with stages
in 5 minutes and 38 seconds
...@@ -46,7 +46,7 @@ SOFTWARE_REGEX = { ...@@ -46,7 +46,7 @@ SOFTWARE_REGEX = {
'MEME-ChIP': ['motifSearch_vf/version_memechip.txt', r"Version (\S+)"], 'MEME-ChIP': ['motifSearch_vf/version_memechip.txt', r"Version (\S+)"],
'DiffBind': ['diffPeaks_vf/version_DiffBind.txt', r"Version (\S+)\""], 'DiffBind': ['diffPeaks_vf/version_DiffBind.txt', r"Version (\S+)\""],
'deepTools': ['experimentQC_vf/version_deeptools.txt', r"deeptools (\S+)"], 'deepTools': ['experimentQC_vf/version_deeptools.txt', r"deeptools (\S+)"],
'Python': ['version_python.txt', r"python, version (\S+)"], 'Python': ['version_python.txt', r"Python (\S+)"],
'MultiQC': ['version_multiqc.txt', r"multiqc, version (\S+)"], 'MultiQC': ['version_multiqc.txt', r"multiqc, version (\S+)"],
} }
......
...@@ -21,3 +21,4 @@ def test_software_versions_output(): ...@@ -21,3 +21,4 @@ def test_software_versions_output():
data_loaded = yaml.load(stream) data_loaded = yaml.load(stream)
assert len(data_loaded['data'].split('<dt>')) == 18 assert len(data_loaded['data'].split('<dt>')) == 18
assert 'Not Run' not in data_loaded['data'].split('<dt>')[17]
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