Skip to content

Commit

Permalink
Merge pull request #20 from ufbmi/update-makefile
Browse files Browse the repository at this point in the history
updated Makefile to remove assertions of ChEBI classes being subclass…
  • Loading branch information
hoganwr committed Jun 13, 2023
2 parents 1c2a57e + a61c941 commit d079e48
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 d079e48

Please sign in to comment.