Skip to content

Commit

Permalink
updated Makefile to remove assertions of ChEBI classes being subclass…
Browse files Browse the repository at this point in the history
… of OBI's processed material that is currently an artifact of the build process
  • Loading branch information
hoganwr committed Jun 13, 2023
1 parent 5482a28 commit a61c941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ontology/dron.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ download_components:
$(call swap_chebi,$(COMPONENTSDIR)/dron-rxnorm.owl)
wget $(DRON_INGREDIENTS_RELEASE) -O $(COMPONENTSDIR)/dron-ingredient.owl
$(call swap_chebi,$(COMPONENTSDIR)/dron-ingredient.owl)

grep -v "SubClassOf.*CHEBI_.*/OBI_0000047" components/dron-ingredient.owl > components/dron-ingredient-remediated.owl
mv components/dron-ingredient.owl components/dron-ingredient-initial.owl
mv components/dron-ingredient-remediated.owl components/dron-ingredient.owl

################################
## From March 2021 Migration ###
Expand Down

0 comments on commit a61c941

Please sign in to comment.