File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ $(IMPORTDIR)/obi_import.owl: $(MIRRORDIR)/obi.owl $(IMPORTDIR)/obi_terms_combine
7070 query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
7171 annotate --ontology-iri $(ONTBASE ) /$@ $(ANNOTATE_ONTOLOGY_VERSION ) --output $@ .tmp.owl && mv $@ .tmp.owl $@ ; fi
7272
73+ $(IMPORTDIR ) /ncbitaxon_import.owl : $(MIRRORDIR ) /ncbitaxon.owl $(IMPORTDIR ) /ncbitaxon_terms_combined.txt
74+ if [ $( IMP) = true ] && [ $( IMP_LARGE) = true ]; then $( ROBOT) merge -i $< \
75+ remove --term " http://purl.obolibrary.org/obo/ncbitaxon#genbank_common_name" --term " http://purl.obolibrary.org/obo/ncbitaxon#common_name" --term " oboInOwl:hasOBONamespace" --term " oboInOwl:hasDbXref" --term " ncbitaxon:has_rank" \
76+ $(ANNOTATE_CONVERT_FILE); fi
77+
7378deploy_release :
7479 @test $(GHVERSION )
7580 ls -alt $(MAIN_FILES_RELEASE )
You can’t perform that action at this time.
0 commit comments