diff --git a/kf_lib_data_ingest/common/constants.py b/kf_lib_data_ingest/common/constants.py index 9d570219..9966c4ed 100644 --- a/kf_lib_data_ingest/common/constants.py +++ b/kf_lib_data_ingest/common/constants.py @@ -251,6 +251,10 @@ class YALE: NAME = "Yale" KF_ID = "SC_31W52VNX" + class FREDHUTCH: + NAME = "Fred Hutchinson Cancer Research Center" + KF_ID = "SC_8JXH42X1" + class STRATEGY: LINKED_WGS = "Linked-Read WGS (10x Chromium)" MRNA = "miRNA-Seq"