Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add predictions and curations for MeSH-ChEBI equivalences #70

Merged
merged 11 commits into from
Oct 20, 2021
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: 2 additions & 1 deletion .github/workflows/update_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
python-version: 3.9
- name: Create local changes
run: |
pip install -e .[charts]
pip install -e .[charts,exports]
pip install -U git+https://github.com/mapping-commons/sssom-py.git
biomappings update
- name: Commit files
run: |
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ web =
flask-wtf
ndex =
ndex2
exports =
sssom

# Doc8 Configuration #
# (doc8.ini) #
Expand Down
1 change: 1 addition & 0 deletions src/biomappings/resources/incorrect.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ccle PC3_PROSTATE PC-3 skos:exactMatch cellosaurus CVCL_S982 PC-3 [Human lung ca
ccle PL21_HAEMATOPOIETIC_AND_LYMPHOID_TISSUE PL-21 skos:exactMatch cellosaurus CVCL_E295 TS 0129 manually_reviewed orcid:0000-0001-9439-5346
ccle TC71_BONE TC-71 skos:exactMatch cellosaurus CVCL_S882 TC71 manually_reviewed orcid:0000-0003-4423-4370
ccle WM239A WM239A skos:exactMatch cellosaurus CVCL_RN56 WM239B manually_reviewed orcid:0000-0003-4423-4370
chebi CHEBI:6456 lidocaine skos:exactMatch mesh C511998 Lidoderm manually_reviewed orcid:0000-0001-9439-5346
kegg.pathway map02010 ABC transporters skos:exactMatch go GO:0140359 ABC-type transmembrane transporter activity manually_reviewed orcid:0000-0003-4423-4370
kegg.pathway map02010 ABC transporters skos:exactMatch mesh D018528 ATP-Binding Cassette Transporters manually_reviewed orcid:0000-0003-4423-4370
kegg.pathway map03010 Ribosome skos:exactMatch go GO:0005840 ribosome manually_reviewed orcid:0000-0003-4423-4370
Expand Down
Loading