Skip to content

Commit

Permalink
Add press release
Browse files Browse the repository at this point in the history
  • Loading branch information
btmonier committed Oct 11, 2024
1 parent 68880b4 commit cf58d1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rPHG2
Title: R interface to PHGv2
Version: 0.6.2
Version: 0.7
Authors@R:
person(
given = "Brandon",
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
* Added new conditionals for to `buildHaplotypeGraph()`:
+ Checks to see if the JVM is initialized. If not, it will cause an exception
and direct user to run `initPhg()`
* Added new class `JvmStats`:
+ Returns internal Java and PHG versions and memory information for JVM
session
+ Can be instantiated using the `jvmStats()` constructor function
* Added new checks for `initPhg()`
* Added new parameters to `plotGvcf()` function:
+ `colorOverride`: Overrides bar color based on given user defined color
+ `sampleOrder`: Overrides default bar ordering based on user defined
`character` vector


## rPHG2 0.6
Expand Down

0 comments on commit cf58d1d

Please sign in to comment.