Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
✨ Add pw 7.82 (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored May 15, 2024
1 parent 890d6c6 commit feb1363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bionty_base/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ Pathway:
website: http://geneontology.org
pw:
all:
7.82:
url: https://data.bioontology.org/ontologies/PW/submissions/112/download?apikey=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb
md5: 392eb131d0513f9a186128ea4935edc9
7.79:
url: https://data.bioontology.org/ontologies/PW/submissions/109/download?apikey=8b5b7825-538d-40e0-9e9e-5ab9274a9aeb
md5: 02e2337bb1ab7cc4332ef6acc4cbdfa6
Expand Down
2 changes: 1 addition & 1 deletion scripts/check_ontologies_reachable.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import yaml # type:ignore

VERSIONS_FILE_PATH = Path.cwd() / "bionty_base" / "sources" / "sources.yaml"
VERSIONS_FILE_PATH = Path.cwd() / "bionty_base" / "sources.yaml"


def extract_urls_from_yaml(yaml_file):
Expand Down

0 comments on commit feb1363

Please sign in to comment.