Skip to content

Commit ab64345

Browse files
committed
Revert xfun
1 parent d91e224 commit ab64345

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5757
* Update r-lattice `0.20_35` -> `0.20_41`
5858
* Update r-upsetr `1.3.3` -> `1.4.0`
5959
* Update r-scales `1.0.0` -> `1.1.1`
60-
* Update r-xfun `0.3` -> `0.15`
60+
* Update r-xfun `0.3` -> `0.14`
6161
* Update fastqc `0.11.8` -> `0.11.9`
6262
* Update trim-galore `0.5.0` -> `0.6.5`
6363
* Update samtools `1.9` -> `1.10`

bin/scrape_software_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'BEDTools': ['v_bedtools.txt', r"bedtools v(\S+)"],
1414
'BamTools': ['v_bamtools.txt', r"bamtools (\S+)"],
1515
'deepTools': ['v_deeptools.txt', r"plotFingerprint (\S+)"],
16-
'Picard': ['v_picard.txt', r"([\d\.]+)-SNAPSHOT"],
16+
'Picard': ['v_picard.txt', r"\n(\S+)"],
1717
'R': ['v_R.txt', r"R version (\S+)"],
1818
'Pysam': ['v_pysam.txt', r"(\S+)"],
1919
'MACS2': ['v_macs2.txt', r"macs2 (\S+)"],

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- conda-forge::r-pheatmap=1.0.12
2222
- conda-forge::r-lattice=0.20_41
2323
- conda-forge::r-upsetr=1.4.0
24-
- conda-forge::r-xfun=0.15
24+
- conda-forge::r-xfun=0.14
2525
- conda-forge::gawk=5.1.0
2626
- conda-forge::pigz=2.3.4 ## Required for TrimGalore multi-threading
2727

0 commit comments

Comments
 (0)