Skip to content

Commit 7836e02

Browse files
authored
Merge pull request #163 from drpatelh/master
Update environment
2 parents 0b7bd13 + de5fc63 commit 7836e02

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5252
* Update gawk `4.2.1` -> `5.1.0`
5353
* Update r-base `3.4.1` -> `3.6.2`
5454
* Update r-optparse `1.6.0` -> `1.6.6`
55-
* Update r-ggplot2 `3.1.0` -> `3.3.0`
55+
* Update r-ggplot2 `3.1.0` -> `3.3.2`
5656
* Update r-pheatmap `1.0.10` -> `1.0.12`
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.14`
60+
* Update r-xfun `0.3` -> `0.15`
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`
64-
* Update picard `2.19.0` -> `2.22.8`
64+
* Update picard `2.19.0` -> `2.23.1`
6565
* Update pysam `0.15.2` -> `0.15.3`
6666
* Update bedtools `2.27.1` -> `2.29.2`
6767
* Update ucsc-bedgraphtobigwig `377` -> `357`
6868
* Update deeptools `3.2.1` -> `3.4.3`
6969
* Update macs2 `2.1.2` -> `2.2.7.1`
7070
* Update homer `4.9.1` -> `4.11`
71-
* Update subread `1.6.4` -> `2.0.0`
71+
* Update subread `1.6.4` -> `2.0.1`
7272
* Update multiqc `1.7` -> `1.8`
7373
* Update phantompeakqualtools `1.2` -> `1.2.2`
7474
* Update bioconductor-deseq2 `1.20.0` -> `1.26.0`

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ dependencies:
1515
- conda-forge::r-optparse=1.6.6
1616
- conda-forge::r-rcolorbrewer=1.1_2
1717
- conda-forge::r-reshape2=1.4.4
18-
- conda-forge::r-ggplot2=3.3.0
18+
- conda-forge::r-ggplot2=3.3.2
1919
- conda-forge::r-tidyr=1.1.0
2020
- conda-forge::r-scales=1.1.1
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.14
24+
- conda-forge::r-xfun=0.15
2525
- conda-forge::gawk=5.1.0
2626
- conda-forge::pigz=2.3.4 ## Required for TrimGalore multi-threading
2727

@@ -30,15 +30,15 @@ dependencies:
3030
- bioconda::trim-galore=0.6.5
3131
- bioconda::bwa=0.7.17
3232
- bioconda::samtools=1.10
33-
- bioconda::picard=2.22.8
33+
- bioconda::picard=2.23.1
3434
- bioconda::bamtools=2.5.1
3535
- bioconda::pysam=0.15.3
3636
- bioconda::bedtools=2.29.2
3737
- bioconda::ucsc-bedgraphtobigwig=357
3838
- bioconda::deeptools=3.4.3
3939
- bioconda::macs2=2.2.7.1
4040
- bioconda::homer=4.11
41-
- bioconda::subread=2.0.0
41+
- bioconda::subread=2.0.1
4242
- bioconda::phantompeakqualtools=1.2.2
4343
- bioconda::preseq=2.0.3
4444
- bioconda::multiqc=1.9

0 commit comments

Comments
 (0)