diff --git a/workflow/scripts/software_report.py b/workflow/scripts/software_report.py index 1b0a3b831fe80c76a99f1c2242b4ec7c89bcf12b..658cceec9bd4daa6bc3fe7d5d3818c4f93ff8fe7 100644 --- a/workflow/scripts/software_report.py +++ b/workflow/scripts/software_report.py @@ -18,7 +18,7 @@ regexes = { 'bedGraphToBigWig': ['version_bedGraphToBigWig.txt', r"bedGraphToBigWig v (\S+)"], 'ChIPseeker': ['version_ChIPseeker.txt', r"Version (\S+)\""], 'MEME-ChIP': ['version_memechip.txt', r"Version (\S+)"], - 'DiffBind': ['version_DiffBind.txt', r"Version (\S+)"], + 'DiffBind': ['version_DiffBind.txt', r"Version (\S+)\""], 'deepTools': ['version_deeptools.txt', r"deeptools (\S+)"], } @@ -52,8 +52,8 @@ for k, v in regexes.items(): # Dump to YAML print( ''' - id: 'BICF ChIP-seq Analaysis' - section_name: 'BICF ChIP-seq Analaysis Software Versions' + id: 'BICF ChIP-seq Analysis' + section_name: 'Software Versions' section_href: 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/' plot_type: 'html' description: 'are collected at run time from the software output.'