Skip to content

Commit

Permalink
tied the schema to the upper level
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorkenw committed May 9, 2024
1 parent c3fb1c2 commit a5f72f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emannotationschemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
FunctionalUnitCoregistration,
FunctionalUnitCoregistrationExtended,
)
from emannotationschemas.schemas.functional_props import FunctionalPropertiesBCM
from emannotationschemas.schemas.postsynaptic_compartment import PostsynapticCompartment
from emannotationschemas.schemas.base import (
FlatSegmentationReferenceSinglePoint,
Expand Down Expand Up @@ -72,6 +73,7 @@
"microns_func_coreg": FunctionalCoregistration,
"microns_func_unit_coreg": FunctionalUnitCoregistration,
"func_unit_ext_coreg": FunctionalUnitCoregistrationExtended,
"func_properties_bcm": FunctionalPropertiesBCM,
"simple_reference": ReferenceAnnotation,
"reference_tag": ReferenceTagAnnotation,
"cell_type_local": CellTypeLocal,
Expand Down Expand Up @@ -106,6 +108,7 @@
"bound_tag_valid": BoundTagWithValid,
}


def get_types():
return [k for k in type_mapping.keys()]

Expand Down

0 comments on commit a5f72f5

Please sign in to comment.