Skip to content

added sdrf file format #27

added sdrf file format

added sdrf file format #27

Workflow file for this run

name: caselogue
on: [push, pull_request, workflow_dispatch]
jobs:
upload_edam:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: upload edam
uses: actions/upload-artifact@v2
with:
name: input_ontology
path: EDAM_dev.owl
caseologue:
needs: upload_edam
uses: edamontology/caseologue/.github/workflows/caseologue_python.yml@main
with:
edam_path: '../EDAM_dev.owl'
caseologue_options: '-e -E'
report:
needs: upload_edam
uses: edamontology/caseologue/.github/workflows/caseologue_robot_report.yml@main
with:
edam_path: '../EDAM_dev.owl'
reason:
needs: upload_edam
uses: edamontology/caseologue/.github/workflows/caseologue_robot_reason.yml@main
with:
edam_path: '../EDAM_dev.owl'