Skip to content

Commit

Permalink
Merge pull request #63 from monarch-initiative/simplify-mapping-pipeline
Browse files Browse the repository at this point in the history
Removes some of the complex mapping processing and adds a few new mappings
  • Loading branch information
matentzn authored Nov 8, 2024
2 parents e8dc36f + 5b89630 commit da6f07c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 30,057 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ on:
jobs:
sssom_validation:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4
container: obolibrary/odkfull:v1.5.3
steps:
- name: Install latest SSSOM
env:
DEFAULT_BRANCH: main
run: pip install --upgrade pip && pip install -U sssom phenio-toolkit
#- name: Install latest SSSOM
# env:
# DEFAULT_BRANCH: main
# run: pip install --upgrade pip && pip install -U sssom phenio-toolkit

- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit da6f07c

Please sign in to comment.