Skip to content

Commit dac5680

Browse files
committed
update README and news
1 parent bc077a2 commit dac5680

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Snapshots of sections in the [quarto](https://quarto.org)-based cancer predispos
1212

1313
## News
1414

15+
- *July 2024*: **2.0.1 release**
16+
- patch with bug fix for mitochondrial input variants ([pr245](https://github.com/sigven/pcgr/pull/245))
17+
- [CHANGELOG](https://sigven.github.io/cpsr/articles/CHANGELOG.html)
18+
1519
- *June 2024*: **2.0.0 release**
1620
- New HTML report generation and layout with [quarto](https://quarto.org/)
1721
- Excel output supported

pkgdown/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Snapshots of sections in the [quarto](https://quarto.org)-based cancer predispos
2424

2525
### News
2626

27+
* *July 2024*: **2.0.1 release**
28+
- patch with bug fix for mitochondrial input variants ([pr245](https://github.com/sigven/pcgr/pull/245))
29+
- [CHANGELOG](https://sigven.github.io/cpsr/articles/CHANGELOG.html)
30+
2731
* *June 2024*: **2.0.0 release**
2832
- New HTML report generation and layout with [quarto](https://quarto.org/)
2933
- Excel output supported

vignettes/CHANGELOG.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Changelog"
33
output: rmarkdown::html_document
44
---
55

6+
## v2.0.1
7+
8+
- Date: **2024-07-07**
9+
- Fixed bug for chrM variants in input - not properly annotated by VEP, and not correctly processed in `pcgrr`. Any mitochondrial variants found in input VCF are now removed during VCF pre-processing.
10+
611
## v2.0.0
712

813
* Date: **2024-06-26**

0 commit comments

Comments
 (0)