File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Change log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.9.4] -- 2020-08-31
5+
6+ ### Added
7+ - Enable skipping of steps in project pipeline and summarizer
8+
9+ ### Changed
10+ - Compress bed and peak coverage file output by default
11+ - Fix ` peakCounts ` function reference peak set checks
12+ - Fix ` reduce ` and ` reducePeaks ` to properly accept output file name/path
13+ - Make input schema more explicit
14+ - Catch and resolve issue with incomplete bed files in FRiF plotting
15+ - Do not attempt to convert an empty peak file to a bigBed file
16+
417## [ 0.9.3] -- 2020-08-12
518
619### Changed
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ sample_modifiers:
2727 deduplicator : samblaster # Default. [options: picard]
2828 trimmer : skewer # Default. [options: pyadapt, trimmomatic]
2929 peak_type : fixed # Default. [options: variable]
30- extend : 250 # Default. For fixed-width peaks, extend this distance up- and down-stream.
30+ extend : " 250" # Default. For fixed-width peaks, extend this distance up- and down-stream.
3131 frip_ref_peaks : None # Default. Use an external reference set of peaks instead of the peaks called from this run
3232 blacklist : $GENOMES/hg38/blacklist/default/hg38_blacklist.bed.gz
You can’t perform that action at this time.
0 commit comments