Browse code

Backport of GenomicsDB-R developer fix.

Markus Riester authored on 12/06/2023 18:42:32
Showing 2 changed files

  • DESCRIPTION index 1a71797..25a27b3 100644
  • NEWS index 05bff8c..5951055 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.6.2
6
-Date: 2023-06-11
5
+Version: 2.6.3
6
+Date: 2023-06-12
7 7
 Authors@R: c(person("Markus", "Riester",
8 8
                     role = c("aut", "cre"),
9 9
                     email = "[email protected]",
... ...
@@ -11,6 +11,8 @@ BUGFIXES
11 11
     o Made defunct copynumber package optional  	
12 12
     o Fixed an issue in callAlterations where the id argument was largely
13 13
       ignored (#292)
14
+    o Fixed broken support for GenomicsDB-R from their developer branch 
15
+      (#296)    
14 16
 
15 17
     
16 18
 Changes in version 2.2.0