Skip to content

Commit

Permalink
concluding merge
Browse files Browse the repository at this point in the history
  • Loading branch information
meichen-liu committed May 12, 2021
2 parents 24fb2f4 + 523422f commit 84a73a7
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ all_modules_obo: $(patsubst %, modules/%.obo, $(MODS))

modules/%.owl: modules/%.csv patterns/%.yaml curie_map.yaml
@perl -pe 's/\r\n/\n/' $< > $<.tmp && mv $<.tmp $< # replace crlf with lf
dosdp-tools --table-format=csv --template=./patterns/$*.yaml --outfile=modules/$*.tmp.owl --obo-prefixes=true generate --infile=modules/$*.csv
dosdp-tools generate --table-format=csv --template=./patterns/$*.yaml --outfile=modules/$*.tmp.owl --obo-prefixes=true --infile=modules/$*.csv
$(ROBOT) annotate --input modules/$*.tmp.owl -O http://purl.obolibrary.org/obo/envo/modules/$*.owl --output modules/$*.owl && rm modules/$*.tmp.owl

modules/%.obo: modules/%.owl
Expand Down
Loading

0 comments on commit 84a73a7

Please sign in to comment.