monarch-initiative / mondo-ingest

Coordinating the mondo-ingest with external sources
https://monarch-initiative.github.io/mondo-ingest/
6 stars 3 forks source link

Build quality - minor issues #575

Open joeflack4 opened 2 weeks ago

joeflack4 commented 2 weeks ago

Overview

We just did a new build, and I noticed some things that seemed a little off. I don't think they're major, but worth looking into at some point.

Sub-tasks

Some of these are issues, some are questions, and some are ideas.

Additional information

We did a build on June 17th:

  1. 571

  2. 572

  3. 573

Merge conflicts play any role?

However, I wonder if some of these issues might be caused by how I handled merge conflicts. I was going to merge develop into main (#572), but I got some conflicts. They were all data outputs, and since I'd just run a build on develop, I considered develop to be authoritative, and so I used that version of the file in all cases. These were the conflicts: ``` src/ontology/external/nando-mappings.robot.owl src/ontology/external/nord.robot.owl src/ontology/external/ordo-subsets.robot.owl src/ontology/imports/omo_import.owl src/ontology/imports/ro_import.owl src/ontology/lexmatch/README.md src/ontology/metadata/doid-metrics.json src/ontology/metadata/gard-metrics.json src/ontology/metadata/icd10cm-metrics.json src/ontology/metadata/icd10who-metrics.json src/ontology/metadata/icd11foundation-metrics.json src/ontology/metadata/ncit-metrics.json src/ontology/metadata/omim-metrics.json src/ontology/metadata/ordo-metrics.json src/ontology/reports/component_signature-omim.tsv src/ontology/reports/mirror_signature-omim.tsv src/ontology/reports/omim_mapping_status.tsv src/ontology/reports/omim_unmapped_terms.tsv src/ontology/slurp/omim.tsv src/ontology/unmapped/omim-unmapped.owl ```

Related