Skip to content

Commit f065269

Browse files
committed
Merge branch 'master' into pcl_migration
# Conflicts: # src/dendrograms/taxonomy_details.yaml # src/markers/CS202002013_markers.tsv
1 parent 5b99c6c commit f065269

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

bdso.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
2-
id: bdso
3-
title: Brain Data Standards Cell Ontology
4-
github_org: obophenotype
5-
repo: bdso
6-
export_formats:
7-
- owl
8-
- obo
9-
- json
10-
import_group:
11-
products:
12-
- id: ro
13-
- id: bfo
14-
- id: pato
1+
#
2+
#id: bdso
3+
#title: Brain Data Standards Cell Ontology
4+
#github_org: obophenotype
5+
#repo: bdso
6+
#export_formats:
7+
# - owl
8+
# - obo
9+
# - json
10+
#import_group:
11+
# products:
12+
# - id: ro
13+
# - id: bfo
14+
# - id: pato

src/ontology/bdso.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $(PATTERNDIR)/data/default/%.txt: $(PATTERNDIR)/dosdp-patterns/%.yaml $(PATTERND
4141
if [ $(PAT) = true ]; then $(DOSDPT) terms --prefixes=template_prefixes.yaml --infile=$(word 2, $^) --template=$< --obo-prefixes=true --outfile=$@; fi
4242

4343
# adding an extra query step to inject version info to imported entities
44-
imports/%_import.owl: mirror/%.owl imports/%_terms_combined.txt
44+
imports/%_import.owl: mirror/merged.owl imports/%_terms_combined.txt
4545
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/inject-version-info.ru --update ../sparql/preprocess-module.ru \
4646
extract -T imports/$*_terms_combined.txt --force true --copy-ontology-annotations true --individuals exclude --method BOT \
4747
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \

0 commit comments

Comments
 (0)