Skip to content

Commit d0f91b9

Browse files
committed
iva: fix iva configuration to include genomad v4.1 population
1 parent ed4310f commit d0f91b9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/sites/iva/conf/opencga-variant-constants.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,33 @@ const POPULATION_FREQUENCIES = {
720720
},
721721
],
722722
},
723+
{
724+
id: "GNOMAD_V4_1",
725+
title: "gnomAD v4.1",
726+
populations: [
727+
{
728+
id: "JOINT", title: "gnomAD [JOINT]"
729+
},
730+
{
731+
id: "JOINT_AFR", title: "African/African American [JOINT_AFR]"
732+
},
733+
{
734+
id: "JOINT_AMR", title: "American [JOINT_AMR]"
735+
},
736+
{
737+
id: "JOINT_EAS", title: "East Asian [JOINT_EAS]"
738+
},
739+
{
740+
id: "JOINT_FIN", title: "Finnish [JOINT_FIN]"
741+
},
742+
{
743+
id: "JOINT_NFE", title: "Non-Finnish European [JOINT_NFE]"
744+
},
745+
{
746+
id: "JOINT_nonUKB", title: "Non-UKBiobank [JOINT_nonUKB]"
747+
}
748+
]
749+
},
723750
],
724751
};
725752

0 commit comments

Comments
 (0)