@@ -8,14 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88### ` Added `
99
1010* [ #138 ] ( https://github.com/nf-core/chipseq/issues/138 ) - Add social preview image
11+ * [ #153 ] ( https://github.com/nf-core/chipseq/issues/153 ) - Add plotHeatmap
1112* [ nf-core/atacseq #63 ] ( https://github.com/nf-core/atacseq/issues/63 ) - Added multicore support for Trim Galore!
1213* [ nf-core/atacseq #71 ] ( https://github.com/nf-core/atacseq/issues/71 ) - consensus_peaks.mLb.clN.boolean.intersect.plot.pdf not generated
1314* [ nf-core/atacseq #75 ] ( https://github.com/nf-core/atacseq/issues/75 ) - Include gene annotation versions in multiqc report
1415* [ nf-core/atacseq #76 ] ( https://github.com/nf-core/atacseq/issues/76 ) - featureCounts coupled to DESeq2
1516* [ nf-core/atacseq #79 ] ( https://github.com/nf-core/atacseq/issues/79 ) - Parallelize DESeq2
1617* [ nf-core/atacseq #97 ] ( https://github.com/nf-core/atacseq/issues/97 ) - PBC1, PBC2 from pipeline?
1718* Update template to tools ` 1.9 `
19+ * Replace ` set ` with ` tuple ` and ` file() ` with ` path() ` in all processes
20+ * Capitalise process names
1821* Parameters:
22+ * ` --skip_peak_qc ` to skip MACS2 peak QC plot generation
23+ * ` --skip_peak_annotation ` to skip annotation of MACS2 and consensus peaks with HOMER
1924 * ` --skip_consensus_peaks ` to skip consensus peak generation
2025 * ` --deseq2_vst ` to use variance stabilizing transformation (VST) instead of regularized log transformation (rlog) with DESeq2
2126 * ` --publish_dir_mode ` to customise method of publishing results to output directory [ nf-core/tools #585 ] ( https://github.com/nf-core/tools/issues/585 )
@@ -24,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2429
2530* [ #118 ] ( https://github.com/nf-core/chipseq/issues/118 ) - Running on with SGE
2631* [ #132 ] ( https://github.com/nf-core/chipseq/issues/132 ) - BigWig Error: sort: cannot create temporary file in '': Read-only file system
32+ * [ #154 ] ( https://github.com/nf-core/chipseq/issues/154 ) - computeMatrix.val.mat.gz files not zipped
2733* [ nf-core/atacseq #73 ] ( https://github.com/nf-core/atacseq/issues/73 ) - macs_annotatePeaks.mLb.clN.summary.txt file is not created
2834* [ nf-core/atacseq #86 ] ( https://github.com/nf-core/atacseq/issues/86 ) - bug in the plot_homer_annotatepeaks.r script
2935* [ nf-core/atacseq #102 ] ( https://github.com/nf-core/atacseq/issues/102 ) - Incorrect Group ID assigned by featurecounts_deseq2.r
0 commit comments