Skip to content

Commit

Permalink
πŸ“ Document why biospecimen group is still around
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-s-friedman committed May 30, 2024
1 parent a2c9bd8 commit 3564e05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kf_lib_data_ingest/common/concept_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ class BIOSPECIMEN_GROUP(PropertyMixin):
pass

class SAMPLE(PropertyMixin):
"""Sample
`BIOSPECIMEN_GROUP` is previously existing concept used in the ingest
library. It is being replaced by `SAMPLE` to better reflect that
BIOSPECIMENS can be organized within multiple hierarchical groups with
relationships to one another. The `BIOSPECIMEN_GROUP` is still in the
ingest library to support historical ingest packages. It is recommended
to use `SAMPLE` for new ingest packages.
"""

TISSUE_TYPE = None
NCIT_TISSUE_TYPE_ID = None
ANATOMY_SITE = None
Expand Down

0 comments on commit 3564e05

Please sign in to comment.