Skip to content

Commit d2e4ef1

Browse files
committed
new parent SO:0001260 #246
1 parent 8431ec7 commit d2e4ef1

File tree

7 files changed

+474
-473
lines changed

7 files changed

+474
-473
lines changed

src/ontology/bdso-edit.owl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/PCL_1000002>))
2929
Declaration(Class(<http://purl.obolibrary.org/obo/PCL_1000004>))
3030
Declaration(Class(<http://purl.obolibrary.org/obo/PR_P60041>))
3131
Declaration(Class(<http://purl.obolibrary.org/obo/UBERON_0000956>))
32+
Declaration(Class(<http://purl.obolibrary.org/obo/SO_0001260>))
3233
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002100>))
3334
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002215>))
3435
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002292>))
@@ -149,6 +150,8 @@ AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PCL_1000004> "Mar
149150
SubClassOf(<http://purl.obolibrary.org/obo/PCL_1000004> <http://purl.obolibrary.org/obo/PCL_1000002>)
150151
SubClassOf(<http://purl.obolibrary.org/obo/PCL_1000004> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000053> <http://purl.obolibrary.org/obo/PATO_0070007>))
151152

153+
# Class: <http://purl.obolibrary.org/obo/SO_0001260> (sequence_collection)
154+
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/SO_0001260> "sequence_collection")
152155

153156
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000028> "symbol")
154157
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/RO_0015001> "has exemplar data")

src/ontology/helper.owl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Declaration(Class(:PCL_0010001))
1212
AnnotationAssertion(rdfs:label :PCL_0010001 "Cluster")
1313
Declaration(Class(:PCL_0010002))
1414
AnnotationAssertion(rdfs:label :PCL_0010002 "Taxonomy")
15-
Declaration(Class(:PCL_0010003))
16-
AnnotationAssertion(rdfs:label :PCL_0010003 "Gene Set")
1715

1816
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/RO_0002215>))
1917

src/patterns/data/default/CCN201912131_marker_set.tsv

Lines changed: 141 additions & 141 deletions
Large diffs are not rendered by default.

src/patterns/data/default/CCN201912132_marker_set.tsv

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

src/patterns/data/default/CCN202002013_marker_set.tsv

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.

src/patterns/data/default/CS1908210_marker_set.tsv

Lines changed: 75 additions & 75 deletions
Large diffs are not rendered by default.

src/scripts/template_generation_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def generate_marker_gene_set_template(taxonomy_file_path, output_filepath):
508508
if 'Species_abbv' in taxonomy_config:
509509
d['Species_abbv'] = taxonomy_config['Species_abbv'][0]
510510
d['Brain_region'] = taxonomy_config['Brain_region'][0]
511-
d['Parent'] = PCL_PREFIX + "0010003"
511+
d['Parent'] = "SO:0001260" # sequence collection
512512

513513
for k in class_seed:
514514
if not (k in d.keys()):

0 commit comments

Comments
 (0)