@@ -5,33 +5,54 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.1.0] - 2019-11-01
8+ ## [ 1.1.0] - 2019-11-05
99
1010### ` Added `
1111
1212* [ #46 ] ( https://github.com/nf-core/atacseq/issues/46 ) - Missing gene_bed path in igenomes config
13- * Capitalised process names
14- * Add quick start information to main README
1513* Update template to tools ` 1.7 `
1614* Add ` --trim_nextseq ` parameter
17- * Added ` CITATIONS.md ` file
15+ * Add ` CITATIONS.md ` file
16+ * Capitalised process names
1817
1918### ` Fixed `
2019
20+ * ** Change all parameters from ` camelCase ` to ` snake_case ` (see [ Deprecated] ( #Deprecated ) )**
2121* [ #44 ] ( https://github.com/nf-core/atacseq/issues/44 ) - Output directory missing: macs2/consensus/deseq2
2222* [ #45 ] ( https://github.com/nf-core/atacseq/issues/45 ) - Wrong x-axis scale for the HOMER: Peak annotation Counts tab plot?
2323* [ #46 ] ( https://github.com/nf-core/atacseq/issues/46 ) - Stage blacklist file in channel properly
2424* [ #50 ] ( https://github.com/nf-core/atacseq/issues/50 ) - HOMER number of peaks does not correspond to found MACS2 peaks
25+ * Fixed bug in UpSetR peak intersection plot
2526* Increase default resource requirements in ` base.config `
2627* Increase process-specific requirements based on user-reported failures
27- * Change parameter ` saveGenomeIndex ` to ` save_reference `
28- * Change parameter ` --design ` to ` --input `
29- * Change all parameters from ` camelCase ` to ` snake_case `
30- * Fixed bug in UpSetR peak intersection plot
3128
3229### ` Dependencies `
3330
34- * Bump Nextflow version to ` 19.04.0 `
31+ * Update Nextflow ` 0.32.0 ` -> ` 19.10.0 `
32+
33+ ### ` Deprecated `
34+
35+ | Deprecated | Replacement |
36+ | ------------------------------| ---------------------------|
37+ | ` --design ` | ` --input ` |
38+ | ` --singleEnd ` | ` --single_end ` |
39+ | ` --saveGenomeIndex ` | ` --save_reference ` |
40+ | ` --skipTrimming ` | ` --skip_trimming ` |
41+ | ` --saveTrimmed ` | ` --save_trimmed ` |
42+ | ` --keepDups ` | ` --keep_dups ` |
43+ | ` --keepMultiMap ` | ` --keep_multi_map ` |
44+ | ` --saveAlignedIntermediates ` | ` --save_align_intermeds ` |
45+ | ` --narrowPeak ` | ` --narrow_peak ` |
46+ | ` --saveMACSPileup ` | ` --save_macs_pileup ` |
47+ | ` --skipDiffAnalysis ` | ` --skip_diff_analysis ` |
48+ | ` --skipFastQC ` | ` --skip_fastqc ` |
49+ | ` --skipPicardMetrics ` | ` --skip_picard_metrics ` |
50+ | ` --skipPreseq ` | ` --skip_preseq ` |
51+ | ` --skipPlotProfile ` | ` --skip_plot_profile ` |
52+ | ` --skipPlotFingerprint ` | ` --skip_plot_fingerprint ` |
53+ | ` --skipSpp ` | ` --skip_spp ` |
54+ | ` --skipIGV ` | ` --skip_igv ` |
55+ | ` --skipMultiQC ` | ` --skip_multiqc ` |
3556
3657## [ 1.0.0] - 2019-06-06
3758
0 commit comments