Skip to content

Commit

Permalink
Fix Picard version
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jul 1, 2020
1 parent 5e77dd9 commit 7109c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scrape_software_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'BEDTools': ['v_bedtools.txt', r"bedtools v(\S+)"],
'BamTools': ['v_bamtools.txt', r"bamtools (\S+)"],
'deepTools': ['v_deeptools.txt', r"plotFingerprint (\S+)"],
'Picard': ['v_picard.txt', r"([\d\.]+)-SNAPSHOT"],
'Picard': ['v_picard.txt', r"\n(\S+)"],
'R': ['v_R.txt', r"R version (\S+)"],
'Pysam': ['v_pysam.txt', r"(\S+)"],
'MACS2': ['v_macs2.txt', r"macs2 (\S+)"],
Expand Down

0 comments on commit 7109c10

Please sign in to comment.