Skip to content

Commit

Permalink
Add two groups for USDA
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 4, 2022
1 parent ae33d27 commit 9bd5889
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 @@ -164,6 +164,14 @@ class DatabiomicsPrivateSource extends PrivateGroupSource {
static get _name() { return "databiomics"; }
}

class UsdaArsFluCrewSource extends PublicGroupSource {
static get _name() { return "usda-ars-flucrew"; }
}

class OffluSwinePrivateSource extends PrivateGroupSource {
static get _name() { return "offlu-swine-private"; }
}

const groupSources = [
/* Public nextstrain groups: */
BlabSource,
Expand All @@ -185,6 +193,7 @@ const groupSources = [
NcovHKSource,
AfricaCDCSource,
GrubaughLabPublicSource,
UsdaArsFluCrewSource,
/* Private nextstrain groups: */
BlabPrivateSource,
NzCovid19PrivateSource,
Expand All @@ -198,6 +207,7 @@ const groupSources = [
WallauLabPrivateSource,
NextfluPrivateSource,
DatabiomicsPrivateSource,
OffluSwinePrivateSource,
];

module.exports = {
Expand Down

0 comments on commit 9bd5889

Please sign in to comment.