Skip to content

Commit

Permalink
update default in example and update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Aug 31, 2020
1 parent 89d2d5b commit 882b756
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change log
All notable changes to this project will be documented in this file.

## [0.9.4] -- 2020-08-31

### Added
- Enable skipping of steps in project pipeline and summarizer

### Changed
- Compress bed and peak coverage file output by default
- Fix `peakCounts` function reference peak set checks
- Fix `reduce` and `reducePeaks` to properly accept output file name/path
- Make input schema more explicit
- Catch and resolve issue with incomplete bed files in FRiF plotting
- Do not attempt to convert an empty peak file to a bigBed file

## [0.9.3] -- 2020-08-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion examples/test_project/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sample_modifiers:
deduplicator: samblaster # Default. [options: picard]
trimmer: skewer # Default. [options: pyadapt, trimmomatic]
peak_type: fixed # Default. [options: variable]
extend: 250 # Default. For fixed-width peaks, extend this distance up- and down-stream.
extend: "250" # Default. For fixed-width peaks, extend this distance up- and down-stream.
frip_ref_peaks: None # Default. Use an external reference set of peaks instead of the peaks called from this run
blacklist: $GENOMES/hg38/blacklist/default/hg38_blacklist.bed.gz

0 comments on commit 882b756

Please sign in to comment.