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

✨ New ontology: Pathway-pw-7.82 #567

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading