Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
rules for new valneva identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld committed Oct 11, 2022
1 parent ab0717a commit dc37102
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"EU/1/21/1624",
"VLA2001",
"Convidecia"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"EU/1/21/1624",
"VLA2001",
"Convidecia"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ let COVOVAX = "Covovax";
let CORV_T = "BBIBP-CorV_T";
let CORONAVAC_T = "CoronaVac_T";
let COVAXIN_T = "Covaxin_T";
let VALNEVA = "VLA2001";
let VALNEVA_LEGACY = "VLA2001";
let VALNEVA = "EU/1/21/1624";
let CONVIDECIA = "Convidecia";

let ALL_VACCINES = [
Expand All @@ -35,6 +36,7 @@ let ALL_VACCINES = [
CORONAVAC_T,
COVAXIN_T,
VALNEVA,
VALNEVA_LEGACY,
CONVIDECIA
];

Expand All @@ -55,6 +57,7 @@ let TWO_DOSE_VACCINES = [
CORV_T,
CORONAVAC_T,
COVAXIN_T,
VALNEVA_LEGACY,
VALNEVA
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"EU/1/21/1624",
"VLA2001",
"Convidecia"
]
Expand Down Expand Up @@ -840,7 +841,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down Expand Up @@ -967,7 +969,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"EU/1/21/1624",
"VLA2001",
"Convidecia"
]
Expand Down Expand Up @@ -1220,7 +1221,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down Expand Up @@ -1384,7 +1386,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
}
Expand Down Expand Up @@ -2626,7 +2629,8 @@
"BBIBP-CorV_T",
"CoronaVac_T",
"Covaxin_T",
"VLA2001"
"VLA2001",
"EU/1/21/1624"
]
]
},
Expand Down

0 comments on commit dc37102

Please sign in to comment.