diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index e41018cad4..8d3c30c05f 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -15,8 +15,9 @@ jobs: diff-reports: runs-on: macos-latest steps: - - uses: docker-practice/actions-setup-docker@master - - run: | + - uses: docker-practice/actions-setup-docker@v1 + - name: docker test + run: | set -x docker version - name: Install ODK diff --git a/.github/workflows/subset_report.yml b/.github/workflows/subset_report.yml index cf132ea0aa..17ad8074e7 100644 --- a/.github/workflows/subset_report.yml +++ b/.github/workflows/subset_report.yml @@ -12,8 +12,9 @@ jobs: runs-on: macos-latest # container: obolibrary/odkfull:latest steps: - - uses: docker-practice/actions-setup-docker@master - - run: | + - uses: docker-practice/actions-setup-docker@v1 + - name: docker test + run: | set -x docker version - name: Install ODK diff --git a/src/ontology/uberon-edit.obo b/src/ontology/uberon-edit.obo index 6f1b7fc2d3..6356152070 100644 --- a/src/ontology/uberon-edit.obo +++ b/src/ontology/uberon-edit.obo @@ -287,7 +287,6 @@ intersection_of: UBERON:0000161 ! orifice intersection_of: connects UBERON:0001707 ! nasal cavity intersection_of: part_of UBERON:0005725 ! olfactory system relationship: in_lateral_side_of UBERON:0000033 {gci_relation="part_of", gci_filler="NCBITaxon:7776", notes="hagfish have median nostril"} ! head -relationship: only_in_taxon NCBITaxon:7711 ! Chordata relationship: part_of UBERON:0000033 {source="ZFA"} ! head property_value: external_definition "One of paired external openings of the nasal chamber.[AAO]" xsd:string {date_retrieved="2012-06-20", external_class="AAO:0000311", ontology="AAO", source="AAO:EJS"} property_value: external_ontology_notes "we have classified this as an orifice, according to FMA. Note that in FMA, orifices are immaterial entities, but in ZFA this is a surface structure" xsd:string {external_ontology="FMA"} @@ -225231,4 +225230,3 @@ xref: UBPROP:0000107 property_value: is_count_of UBERON:0002412 property_value: preceding_element_is BSPO:0000096 is_metadata_tag: true -