... | ... |
@@ -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.7.6 |
|
6 |
-Date: 2023-06-10 |
|
5 |
+Version: 2.7.7 |
|
6 |
+Date: 2023-06-12 |
|
7 | 7 |
Authors@R: c(person("Markus", "Riester", |
8 | 8 |
role = c("aut", "cre"), |
9 | 9 |
email = "[email protected]", |
... | ... |
@@ -17,6 +17,8 @@ BUGFIXES |
17 | 17 |
o Fixed inverted return codes in couple of scripts (#284) |
18 | 18 |
o Fixed an issue in callAlterations where the id argument was largely |
19 | 19 |
ignored (#292) |
20 |
+ o Fixed broken support for GenomicsDB-R from their developer branch |
|
21 |
+ (#296) |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
Changes in version 2.2.0 |