diff --git a/Cargo.toml b/Cargo.toml index 185e292..028f041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpo" -version = "0.8.3" +version = "0.9.0" edition = "2021" authors = ["Jonas Marcello "] description = "Human Phenotype Ontology Similarity" diff --git a/README.md b/README.md index fbd3b79..ef43acf 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Some (more or less random) examples are included in the [`examples` folder](http HPO data must be downloaded first from [Jax HPO](https://hpo.jax.org/) itself. You need the following files: - [phenotype.hpoa](https://hpo.jax.org/app/data/annotations) available as "Download HPO annotations" (Required to connect `OmimDisease` to `HpoTerm`s -- [phenotype_to_genes.txt](https://hpo.jax.org/app/data/annotations) available as "Phenotype to genes" (Required to connect `Gene` to `HpoTerm`) +- [genes_to_phenotype.txt](https://hpo.jax.org/app/data/annotations) available as "Genes to Phenotype" (Required to connect `Gene` to `HpoTerm`) - [hp.obo](https://hpo.jax.org/app/data/ontology) (Required for `HpoTerm`s and their connection to each other) 1. Data can be loaded directly from the code with [`Ontology::from_standard`]: