Browse code

Version bump.

Markus Riester authored on 28/03/2025 18:31:08
Showing 2 changed files

  • DESCRIPTION index 1a8f345..089a389 100644
  • NEWS index 95e97ed..a07c46f 100755
... ...
@@ -2,8 +2,8 @@ Package: PureCN
2 2
 Type: Package
3 3
 Title: Copy number calling and SNV classification using
4 4
     targeted short read sequencing
5
-Version: 2.13.2
6
-Date: 2025-03-20
5
+Version: 2.13.3
6
+Date: 2025-03-28
7 7
 Authors@R: c(person("Markus", "Riester",
8 8
                     role = c("aut", "cre"),
9 9
                     email = "[email protected]",
... ...
@@ -1,7 +1,12 @@
1 1
 Changes in version 2.14.0
2 2
 -------------------------
3 3
 
4
+NEW FEATURES
5
+
6
+    o Do not filter allosome coverage for male samples.
7
+    
4 8
 BUGFIXES
9
+
5 10
     o Fixed large runtime of readAllelicCounts. Thanks luyh-xp (#378).
6 11
     o --bai was ignored in Coverage.R except for lists (#272). Thanks 
7 12
       @nspies-carisls and @lbeltrame.