Skip to content

Commit

Permalink
Merge pull request #641 from kids-first/add_nih_methyl
Browse files Browse the repository at this point in the history
✨ Add NIH and Methylation constants
  • Loading branch information
youngnm authored Dec 6, 2021
2 parents 81e5752 + a40f789 commit 6a1e70b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kf_lib_data_ingest/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ class NCI:
NAME = "National Cancer Institute, Khan Lab"
KF_ID = "SC_F6RZ51K9"

class NIH:
NAME = "National Institutes of Health"
KF_ID = "SC_HEXD2E5R"

class SICKKIDS:
NAME = "SickKids"
KF_ID = "SC_9WMJKQ1X"
Expand Down Expand Up @@ -266,6 +270,7 @@ class FREDHUTCH:

class STRATEGY:
LINKED_WGS = "Linked-Read WGS (10x Chromium)"
METHYL = "Methylation"
MRNA = "miRNA-Seq"
RNA = "RNA-Seq"
WGS = "WGS"
Expand Down

0 comments on commit 6a1e70b

Please sign in to comment.