Skip to content

Commit

Permalink
✨ Add sample_relationship concept
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-s-friedman committed May 30, 2024
1 parent b53e76f commit 2a78eea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kf_lib_data_ingest/common/concept_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,16 @@ class CONCENTRATION(QuantityMixin):
DBGAP_STYLE_CONSENT_CODE = None
CONSENT_SHORT_NAME = None

class SAMPLE_RELATIONSHIP(PropertyMixin):

class PARENT_SAMPLE(PropertyMixin):
pass

class CHILD_SAMPLE(PropertyMixin):
pass

NOTES = None

class GENOMIC_FILE(PropertyMixin, FileMixin):
HARMONIZED = None
SOURCE_FILE = None
Expand Down Expand Up @@ -360,6 +370,9 @@ class C:
CONCEPT.BIOSPECIMEN_GROUP,
CONCEPT.BIOSPECIMEN,
CONCEPT.SAMPLE,
CONCEPT.SAMPLE_RELATIONSHIP,
CONCEPT.SAMPLE_RELATIONSHIP.PARENT_SAMPLE,
CONCEPT.SAMPLE_RELATIONSHIP.CHILD_SAMPLE,
CONCEPT.DIAGNOSIS,
CONCEPT.PHENOTYPE,
CONCEPT.DIAGNOSIS,
Expand Down

0 comments on commit 2a78eea

Please sign in to comment.