Skip to content

Commit

Permalink
Public and private groups for Vall d'Hebron Virology
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 13, 2022
1 parent 9f3cc05 commit 9f293c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/sources/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ class OffluSwinePrivateSource extends PrivateGroupSource {
static get _name() { return "offlu-swine-private"; }
}

class ValldHebronVirologySource extends PublicGroupSource {
static get _name() { return "valldhebronvirology"; }
}

class ValldHebronVirologyPrivateSource extends PrivateGroupSource {
static get _name() { return "valldhebronvirology-private"; }
}

const groupSources = [
/* Public nextstrain groups: */
BlabSource,
Expand All @@ -194,6 +202,7 @@ const groupSources = [
AfricaCDCSource,
GrubaughLabPublicSource,
UsdaArsFluCrewSource,
ValldHebronVirologySource,
/* Private nextstrain groups: */
BlabPrivateSource,
NzCovid19PrivateSource,
Expand All @@ -208,6 +217,7 @@ const groupSources = [
NextfluPrivateSource,
DatabiomicsPrivateSource,
OffluSwinePrivateSource,
ValldHebronVirologyPrivateSource,
];

module.exports = {
Expand Down

0 comments on commit 9f293c8

Please sign in to comment.