Skip to content

Commit

Permalink
patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 29, 2016
1 parent b0306e1 commit 6ea2e6b
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 18 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -1391,6 +1391,9 @@ $(PATTERNDIR)/%.yaml: patterns/uberon_patterns.pro
blip-findall -r uberonp -u odputil -i $(PATTERNDIR)/uberon_patterns.pro "write_yaml($*),fail" > $@.tmp && mv $@.tmp $@
.PRECIOUS: $(PATTERNDIR)/%.yaml

modules/conflict_analysis.tsv:
blip-findall -i uberon_edit.obo -r pext -u odputil -i patterns/uberon_patterns.pro conflicting_tuple_from_ldef/4 -label -no_pred -use_tabs > $@.tmp && mv $@.tmp $@

modules/missing.txt:
blip-findall -i uberon_edit.obo -r pext -u odputil -i $(PATTERNDIR)/uberon_patterns.pro "nomatch/3" -label -no_pred > $@

Expand Down

0 comments on commit 6ea2e6b

Please sign in to comment.