Skip to content

Commit

Permalink
Release 21.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Apr 16, 2021
1 parent 39c9eab commit 265193b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ efo:
resource: hpo-phenotype
disease:
efo:
uri: https://github.com/EBISPOT/efo/releases/download/v3.29.0/efo_otar_slim.owl
output_filename: ontology-efo-v3.29.0.jsonl
uri: https://github.com/EBISPOT/efo/releases/download/v3.28.0/efo_otar_slim.owl
output_filename: ontology-efo-v3.28.0.jsonl
resource: ontology-efo
owl_jq: '.["@graph"][] | select (.["@type"] == ("Class","Restriction") and ."@id" != null)|.subClassOf=([.subClassOf]|flatten|del(.[]|nulls))|.hasExactSynonym=([.hasExactSynonym]|flatten|del(.[]|nulls))|.hasDbXref=([.hasDbXref]|flatten|del(.[]|nulls))|.inSubset=([.inSubset]|flatten|del(.[]|nulls))|.hasAlternativeId=([.hasAlternativeId]|flatten|del(.[]|nulls))|@json'
static:
Expand Down

0 comments on commit 265193b

Please sign in to comment.