Skip to content

Commit

Permalink
Merge pull request #1479 from biolink/support_hpoa_annotation_format
Browse files Browse the repository at this point in the history
Support hpoa annotation format
  • Loading branch information
sierra-moxon authored Mar 13, 2024
2 parents b0e9cb2 + 0b2dabf commit 16e0e61
Show file tree
Hide file tree
Showing 13 changed files with 19,648 additions and 19,646 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ CHANGES
----
## What's Changed
* infores catalog has now moved to its own repository.
* onset is reintroduced to ONLY support HP disease-> phenotype annotations, not "treats" associations.

**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.2.0-rc.1...v4.2.0-rc.2

4.2.0-rc.1
----
Expand Down
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

# Version should be kept in sync with primary Git repository release tag

version: 4.2.0-rc.1
version: 4.2.0-rc.2

## ------------
##
Expand Down
2 changes: 1 addition & 1 deletion class_prefixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

# Version should be kept in sync with primary Git repository release tag

version: 4.2.0-rc.1
version: 4.2.0-rc.2

default_prefix: biolink
default_range: string
Expand Down
2 changes: 1 addition & 1 deletion project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-03-13T17:03:20",
"generation_date": "2024-03-13T10:07:20",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
6 changes: 3 additions & 3 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Biolink-Model",
"description": "Entity and association taxonomy and datamodel for life-sciences data",
"id": "https://w3id.org/biolink/biolink-model",
"version": "4.2.0-rc.1",
"version": "4.2.0-rc.2",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -34644,9 +34644,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-03-13T17:03:15",
"source_file_date": "2024-03-13T10:07:14",
"source_file_size": 391934,
"generation_date": "2024-03-13T17:03:22",
"generation_date": "2024-03-13T10:07:22",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
2 changes: 1 addition & 1 deletion project/jsonschema/biolink_model.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32423,5 +32423,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.2.0-rc.1"
"version": "4.2.0-rc.2"
}
Loading

0 comments on commit 16e0e61

Please sign in to comment.