Skip to content

Commit

Permalink
Add grubaughlab-public group
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Dec 16, 2021
1 parent 879dbe5 commit 0b64f17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sources/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class GrubaughLabPrivateSource extends PrivateGroupSource {
static get _name() { return "grubaughlab"; }
}

class GrubaughLabPublicSource extends PublicGroupSource {
static get _name() { return "grubaughlab-public"; }
}

class NeherLabSource extends PublicGroupSource {
/* Person to contact for enquiries: Richard */
static get _name() { return "neherlab"; }
Expand Down Expand Up @@ -180,6 +184,7 @@ const groupSources = [
NebraskaDHHSSource,
NcovHKSource,
AfricaCDCSource,
GrubaughLabPublicSource,
/* Private nextstrain groups: */
BlabPrivateSource,
NzCovid19PrivateSource,
Expand Down

0 comments on commit 0b64f17

Please sign in to comment.