From a40f7894c7e770a5b12bdba65cbfe8f71891d4ed Mon Sep 17 00:00:00 2001 From: Nathan <51383874+youngnm@users.noreply.github.com> Date: Sun, 5 Dec 2021 20:40:50 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20NIH=20and=20Methylation=20con?= =?UTF-8?q?stants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add NIH as SEQUENCING.CENTER.NIH and Methylation as SEQUENCING.STRATEGY.METHYL --- kf_lib_data_ingest/common/constants.py | 5 +++++ 1 file changed, 5 insertions(+) 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"