Skip to content

Commit

Permalink
Test conversion on dev version of the ontology (edamontology#704)
Browse files Browse the repository at this point in the history
* Create tests-edam2json.yml
  • Loading branch information
bryan-brancotte authored May 27, 2021
1 parent 20d7a7a commit 7732be5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/tests-edam2json.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Test edam2json conversion of EDAM_dev.owl

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install edam2json
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/edamontology/edam2json.git
- name: Test conversion
run: |
ls -lah
edam2json EDAM_dev.owl biotools --extended > edam_extended.biotools.json

0 comments on commit 7732be5

Please sign in to comment.