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

Add in software versions.

parent 963a6f77
Branches
Tags
1 merge request!23Resolve "Output software versions and methods and references"
Pipeline #3180 canceled with stages
in 9 seconds
......@@ -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.'
......
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