Skip to content

Commit

Permalink
Add public group for Africa CDC
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Dec 10, 2021
1 parent 59c4f6f commit da57620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sources/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ class NebraskaDHHSSource extends PublicGroupSource {
static get _name() { return "nebraska-dhhs"; }
}

class AfricaCDCSource extends PublicGroupSource {
/* Person to contact: Gerald Mboowa */
static get _name() { return "africa-cdc"; }
}

class PIGIEPrivateSource extends PrivateGroupSource {
static get _name() { return "pigie"; }
}
Expand Down Expand Up @@ -174,6 +179,7 @@ const groupSources = [
SC2ZamPubSource,
NebraskaDHHSSource,
NcovHKSource,
AfricaCDCSource,
/* Private nextstrain groups: */
BlabPrivateSource,
NzCovid19PrivateSource,
Expand Down

0 comments on commit da57620

Please sign in to comment.