33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6- ## [ 1.2.0] - 2020-06-04
6+ ## [ 1.2.0] - 2020-07-02
77
88### ` Added `
99
1010* [ #63 ] ( https://github.com/nf-core/atacseq/issues/63 ) - Added multicore support for Trim Galore!
11- * [ #71 ] ( https://github.com/nf-core/atacseq/issues/71 ) - consensus_peaks.mLb.clN.boolean.intersect.plot.pdf not generated
1211* [ #75 ] ( https://github.com/nf-core/atacseq/issues/75 ) - Include gene annotation versions in multiqc report
1312* [ #76 ] ( https://github.com/nf-core/atacseq/issues/76 ) - featureCounts coupled to DESeq2
1413* [ #79 ] ( https://github.com/nf-core/atacseq/issues/79 ) - Parallelize DESeq2
1514* [ #80 ] ( https://github.com/nf-core/atacseq/pull/80 ) - Added social preview image
1615* [ #97 ] ( https://github.com/nf-core/atacseq/issues/97 ) - PBC1, PBC2 from pipeline?
1716* [ #107 ] ( https://github.com/nf-core/atacseq/issues/107 ) - Add options to change MACS2 parameters
18- * [ #109 ] ( https://github.com/nf-core/atacseq/issues/109 ) - Specify custom gtf but gene bed is not generated from that gtf?
1917* [ nf-core/chipseq #153 ] ( https://github.com/nf-core/chipseq/issues/153 ) - Add plotHeatmap
2018* [ nf-core/chipseq #159 ] ( https://github.com/nf-core/chipseq/issues/159 ) - expose bwa mem -T parameter
2119* Regenerated screenshots and added collapsible sections for output files in ` docs/output.md `
@@ -34,50 +32,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3432
3533### ` Fixed `
3634
35+ * [ #71 ] ( https://github.com/nf-core/atacseq/issues/71 ) - consensus_peaks.mLb.clN.boolean.intersect.plot.pdf not generated
3736* [ #73 ] ( https://github.com/nf-core/atacseq/issues/73 ) - macs_annotatePeaks.mLb.clN.summary.txt file is not created
3837* [ #86 ] ( https://github.com/nf-core/atacseq/issues/86 ) - bug in the plot_homer_annotatepeaks.r script
3938* [ #102 ] ( https://github.com/nf-core/atacseq/issues/102 ) - Incorrect Group ID assigned by featurecounts_deseq2.r
4039* [ #110 ] ( https://github.com/nf-core/atacseq/pull/110 ) - updated AWS test GitHub actions
40+ * [ #109 ] ( https://github.com/nf-core/atacseq/issues/109 ) - Specify custom gtf but gene bed is not generated from that gtf?
4141* [ nf-core/chipseq #118 ] ( https://github.com/nf-core/chipseq/issues/118 ) - Running on with SGE
4242* [ nf-core/chipseq #132 ] ( https://github.com/nf-core/chipseq/issues/132 ) - BigWig Error: sort: cannot create temporary file in '': Read-only file system
4343* [ nf-core/chipseq #154 ] ( https://github.com/nf-core/chipseq/issues/154 ) - computeMatrix.val.mat.gz files not zipped
4444* Make executables in ` bin/ ` compatible with Python 3
4545
4646### ` Dependencies `
4747
48- * Add python ` 3.7.6 `
48+ * Add bioconductor-biocparallel ` 1.20.0 `
4949* Add markdown ` 3.2.2 `
50- * Add pymdown-extensions ` 7.1 `
51- * Add pygments ` 2.6.1 `
5250* Add pigz ` 2.3.4 `
53- * Add r-tidyr ` 1.1.0 `
51+ * Add pygments ` 2.6.1 `
52+ * Add pymdown-extensions ` 7.1 `
53+ * Add python ` 3.7.6 `
5454* Add r-reshape2 ` 1.4.4 `
55- * Add bioconductor-biocparallel ` 1.20.0 `
55+ * Add r-tidyr ` 1.1.0 `
56+ * Update ataqv ` 1.0.0 ` -> ` 1.1.1 `
57+ * Update bedtools ` 2.27.1 ` -> ` 2.29.2 `
58+ * Update bioconductor-deseq2 ` 1.20.0 ` -> ` 1.26.0 `
59+ * Update bioconductor-vsn ` 3.46.0 ` -> ` 3.54.0 `
60+ * Update deeptools ` 3.2.1 ` -> ` 3.4.3 `
61+ * Update fastqc ` 0.11.8 ` -> ` 0.11.9 `
5662* Update gawk ` 4.2.1 ` -> ` 5.1.0 `
63+ * Update homer ` 4.9.1 ` -> ` 4.11 `
64+ * Update macs2 ` 2.1.2 ` -> ` 2.2.7.1 `
65+ * Update multiqc ` 1.7 ` -> ` 1.8 `
66+ * Update picard ` 2.19.0 ` -> ` 2.23.1 `
67+ * Update pysam ` 0.15.2 ` -> ` 0.15.3 `
5768* Update r-base ` 3.4.1 ` -> ` 3.6.2 `
58- * Update r-optparse ` 1.6.0 ` -> ` 1.6.6 `
5969* Update r-ggplot2 ` 3.1.0 ` -> ` 3.3.2 `
60- * Update r-pheatmap ` 1.0.10 ` -> ` 1.0.12 `
6170* Update r-lattice ` 0.20_35 ` -> ` 0.20_41 `
71+ * Update r-optparse ` 1.6.0 ` -> ` 1.6.6 `
72+ * Update r-pheatmap ` 1.0.10 ` -> ` 1.0.12 `
73+ * Update r-scales ` 1.0.0 ` -> ` 1.1.1 `
6274* Update r-upsetr ` 1.3.3 ` -> ` 1.4.0 `
63- * Update r-scales ` 1.0.0 ` -> ` 1.1.1 `
6475* Update r-xfun ` 0.3 ` -> ` 0.15 `
65- * Update fastqc ` 0.11.8 ` -> ` 0.11.9 `
66- * Update trim-galore ` 0.5.0 ` -> ` 0.6.5 `
6776* Update samtools ` 1.9 ` -> ` 1.10 `
68- * Update picard ` 2.19.0 ` -> ` 2.23.1 `
69- * Update pysam ` 0.15.2 ` -> ` 0.15.3 `
70- * Update bedtools ` 2.27.1 ` -> ` 2.29.2 `
71- * Update ucsc-bedgraphtobigwig ` 377 ` -> ` 357 `
72- * Update deeptools ` 3.2.1 ` -> ` 3.4.3 `
73- * Update macs2 ` 2.1.2 ` -> ` 2.2.7.1 `
74- * Update homer ` 4.9.1 ` -> ` 4.11 `
75- * Update ataqv ` 1.0.0 ` -> ` 1.1.1 `
7677* Update subread ` 1.6.4 ` -> ` 2.0.1 `
77- * Update multiqc ` 1.7 ` -> ` 1.8 `
78- * Update bioconductor-deseq2 ` 1.20.0 ` -> ` 1.26.0 `
79- * Update bioconductor-vsn ` 3.46.0 ` -> ` 3.54.0 `
80- * Remove r-reshape2 ` 1.4.3 `
78+ * Update trim-galore ` 0.5.0 ` -> ` 0.6.5 `
79+ * Update ucsc-bedgraphtobigwig ` 377 ` -> ` 357 `
8180
8281## [ 1.1.0] - 2019-11-05
8382
0 commit comments