Skip to content

Commit

Permalink
Release 2018-12-17
Browse files Browse the repository at this point in the history
  • Loading branch information
rctauber committed Dec 17, 2018
1 parent a3ec565 commit b6ed2de
Show file tree
Hide file tree
Showing 98 changed files with 3,154,542 additions and 297,213 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $(OWL_SUBS): $(DNC).owl | build/robot.jar
--ontology-iri "$(OBO)doid/subsets/$(notdir $@)" --output $@ && \
echo "Created $@"

$(OBO_SUBS): $(DNC).obo | build/robot.jar
$(OBO_SUBS): $(DNC).owl | build/robot.jar
@$(ROBOT) filter --input $< \
--select "oboInOwl:inSubset=<$(OBO)doid#$(basename $(notdir $@))> annotations" \
annotate --version-iri "$(OBO)doid/$(DATE)/subsets/$(notdir $@)"\
Expand All @@ -193,7 +193,10 @@ DIR = src/ontology/releases/$(DATE)/
# Move release files to a new dir

.PHONY: publish
publish: $(DO).owl $(DO).obo $(DM).owl $(DM).obo $(DNC).owl $(DNC).obo subsets
publish: $(DO).owl $(DO).obo $(DO).json\
$(DM).owl $(DM).obo\
$(DNC).owl $(DNC).obo $(DNC).json\
subsets
@mkdir -p $(DIR) && \
cp $(DO).* $(DIR) && \
cp $(DM).* $(DIR) && \
Expand Down
12,267 changes: 6,127 additions & 6,140 deletions src/ontology/HumanDO.obo

Large diffs are not rendered by default.

48,562 changes: 39,495 additions & 9,067 deletions src/ontology/HumanDO.owl

Large diffs are not rendered by default.

12,267 changes: 6,127 additions & 6,140 deletions src/ontology/doid-merged.obo

Large diffs are not rendered by default.

Loading

0 comments on commit b6ed2de

Please sign in to comment.