diff --git a/kf_lib_data_ingest/common/constants.py b/kf_lib_data_ingest/common/constants.py index 626988e8..d842a776 100644 --- a/kf_lib_data_ingest/common/constants.py +++ b/kf_lib_data_ingest/common/constants.py @@ -572,7 +572,7 @@ class ETHNICITY: class SPECIES: DOG = "Canis lupus familiaris" FLY = "Drosophila melanogaster" - HUMAN = "Homo Sapiens" + HUMAN = "Homo sapiens" MOUSE = "Mus musculus"