diff --git a/kf_lib_data_ingest/common/constants.py b/kf_lib_data_ingest/common/constants.py index 79d4f475..bdb261a9 100644 --- a/kf_lib_data_ingest/common/constants.py +++ b/kf_lib_data_ingest/common/constants.py @@ -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" @@ -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"