Skip to content

Commit

Permalink
Store HPO ontology in default cache dir to reduce disk storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Mar 9, 2025
1 parent 22b2fd3 commit d02cd19
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: HPOExplorer
Title: Analysis and Visualisation of the Human Phenotype Ontology
Version: 1.0.4
Version: 1.0.5
Authors@R:
c(
person(given = "Brian",
Expand Down
1 change: 1 addition & 0 deletions HPOExplorer.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 28ed0da9-e0e7-4964-8641-90d726a20feb

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# HPOExplorer 1.0.5

## New features

* Store HPO ontology in default `KGExplorer` cache dir to reduce disk storage.

# HPOExplorer 1.0.4

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion R/get_hpo.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_hpo <- function(lvl = 2,
terms=NULL,
## rols imports the international version for some reason
method="github",
save_dir=KGExplorer::cache_dir(package = "HPOExplorer"),
save_dir=KGExplorer::cache_dir(),
...){

file <- file.path(save_dir,"hp.rds")
Expand Down
Binary file modified inst/.DS_Store
Binary file not shown.

0 comments on commit d02cd19

Please sign in to comment.