Skip to content

Commit 882b756

Browse files
committed
update default in example and update changes
1 parent 89d2d5b commit 882b756

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change log
22
All 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

examples/test_project/test_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)