-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arnold Kuzniar
committed
Feb 6, 2020
1 parent
17dd976
commit 6054bf8
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## [1.1.1] - 2020-02-06 | ||
- added `environment.yaml` to install initial dependencies via Conda | ||
- updated Xenon CLI (v3.0.4): `--cores-per-task {threads}` replaces `--procs-per-node {threads}` and `--start-single-process` args | ||
- included jq JSON processor to query job accounting output by Xenon CLI (optional) | ||
- updated Docker images with batch schedulers for CI testing | ||
- fixed file error handling and unit tests | ||
|
||
## [1.1.0] - 2019-05-06 | ||
- enabled both single-sample (germline) and paired-sample (somatic) SV analyses | ||
- added post-processing steps (i.e., SV quality filtering and/or excluding regions with problematic mappability) | ||
- updated Xenon CLI (v3.0.0) and included optional use of temporary disk space | ||
- added Docker images with batch schedulers for CI testing | ||
- bug fixes | ||
|
||
## [1.0.0] - 2018-04-11 | ||
- initial release supporting SV detection in paired tumor/normal samples |