@@ -174,6 +174,61 @@ db/comploinc.owl: download/comploinc.owl
174
174
robot relax -i $< merge -o $@
175
175
176
176
177
+ download/hba.owl : STAMP
178
+ curl -L -s https://github.com/brain-bican/human_brain_atlas_ontology/raw/main/hbao-base.owl > $@ .tmp
179
+ sha256sum -b $@ .tmp > $@ .sha256
180
+ mv $@ .tmp $@
181
+
182
+ .PRECIOUS : download/hba.owl
183
+
184
+ db/hba.owl : download/hba.owl
185
+ cp $< $@
186
+
187
+
188
+ download/mba.owl : STAMP
189
+ curl -L -s https://github.com/brain-bican/mouse_brain_atlas_ontology/raw/main/mbao-base.owl > $@ .tmp
190
+ sha256sum -b $@ .tmp > $@ .sha256
191
+ mv $@ .tmp $@
192
+
193
+ .PRECIOUS : download/mba.owl
194
+
195
+ db/mba.owl : download/mba.owl
196
+ cp $< $@
197
+
198
+
199
+ download/dmba.owl : STAMP
200
+ curl -L -s https://github.com/brain-bican/developing_mouse_brain_atlas_ontology/raw/main/dmbao-base.owl > $@ .tmp
201
+ sha256sum -b $@ .tmp > $@ .sha256
202
+ mv $@ .tmp $@
203
+
204
+ .PRECIOUS : download/dmba.owl
205
+
206
+ db/dmba.owl : download/dmba.owl
207
+ cp $< $@
208
+
209
+
210
+ download/dhba.owl : STAMP
211
+ curl -L -s https://github.com/brain-bican/developing_human_brain_atlas_ontology/raw/main/dhbao-base.owl > $@ .tmp
212
+ sha256sum -b $@ .tmp > $@ .sha256
213
+ mv $@ .tmp $@
214
+
215
+ .PRECIOUS : download/dhba.owl
216
+
217
+ db/dhba.owl : download/dhba.owl
218
+ cp $< $@
219
+
220
+
221
+ download/pba.owl : STAMP
222
+ curl -L -s https://github.com/brain-bican/primate_brain_atlas_ontology/raw/main/pbao-base.owl > $@ .tmp
223
+ sha256sum -b $@ .tmp > $@ .sha256
224
+ mv $@ .tmp $@
225
+
226
+ .PRECIOUS : download/pba.owl
227
+
228
+ db/pba.owl : download/pba.owl
229
+ cp $< $@
230
+
231
+
177
232
download/bero.owl : STAMP
178
233
curl -L -s https://github.com/berkeleybop/bero/releases/download/2022-05-26/bero.owl > $@ .tmp
179
234
sha256sum -b $@ .tmp > $@ .sha256
@@ -1262,4 +1317,4 @@ download/%.owl: STAMP
1262
1317
db/% .owl : download/% .owl
1263
1318
robot merge -i $< -o $@
1264
1319
1265
- EXTRA_ONTOLOGIES = swo chiro pcl chemessence ogco ncit fma maxo foodon chebiplus msio pride modl phenio phenio_test comploinc bero aio reacto xsmo bcio icd10who ordo gard mondo-ingest oeo envthes wifire taxslim goldterms sdgio kin biovoices omop comet cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito chemont molgenie cso obiws biopragmatics-reactome reactome-hs reactome-mm efo hcao hpinternational edam chr sweetAll oboe-core oboe-standards lov schema-dot-org prov dtype vaem qudtunit quantitykind cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm omim co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways pathbank kegg.genome drugmechdb rxnorm vccf ontobiotope nando ecso enigma_context ontie ecosim nmdc_schema mixs kgcl fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
1320
+ EXTRA_ONTOLOGIES = swo chiro pcl chemessence ogco ncit fma maxo foodon chebiplus msio pride modl phenio phenio_test comploinc hba mba dmba dhba pba bero aio reacto xsmo bcio icd10who ordo gard mondo-ingest oeo envthes wifire taxslim goldterms sdgio kin biovoices omop comet cco occo iof upa go go-lego go-amigo neo bao orcid cpont biolink biopax enanomapper mlo ito chemont molgenie cso obiws biopragmatics-reactome reactome-hs reactome-mm efo hcao hpinternational edam chr sweetAll oboe-core oboe-standards lov schema-dot-org prov dtype vaem qudtunit quantitykind cellosaurus cosmo fhkb dbpendiaont uberoncm icd10cm omim co_324 ppeo interpro hgnc.genegroup hgnc sgd dictybase eccode uniprot rhea swisslipid drugbank drugcentral complexportal wikipathways pathbank kegg.genome drugmechdb rxnorm vccf ontobiotope nando ecso enigma_context ontie ecosim nmdc_schema mixs kgcl fibo bfo2020 bfo2020_core bfo2020_notime bfo2020_time
0 commit comments