From 76c4d45df9b3031010b8cddf3bedd86412de6799 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Thu, 29 Nov 2018 13:39:41 -0700 Subject: [PATCH] update changes --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8fc0830..211917e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +v0.1.1 +====== ++ fix bug when later chroms had larger values (see: 9f88400 and thanks @raul-w for reporting and providing a test-case). ++ adjust calculation of global and per-gc bin coverage to use only non-zero bases. this improves the ratio when comparing + to the depth inside of events (which will still count zero-coverage bases) in chromosomes with sparse coverage. (thanks @raul-w + for suggesting). + v0.1.0 ====== + reduce memory usage in discordant calculation.