Skip to content

Commit 817fa31

Browse files
authored
Merge pull request #1240 from GenSpectrum/main
chore: update prod from main
2 parents bbe221b + c7a4e4c commit 817fa31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/src/types/wastewaterConfig.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ export const wastewaterOrganismConfigs: Record<WastewaterOrganismName, WasapPage
3232
defaultAnalysisMode: 'resistance',
3333
resistanceMutationCollections: [
3434
{
35-
collectionId: 1,
35+
collectionId: 4,
3636
name: '3CLpro',
3737
annotationSymbol: 'c',
3838
description:
3939
'SARS-CoV-2 3C-like protease (3CLpro, or Mpro for Main protease) inhibitor resistance mutation as per <a class="link" href="https://covdb.stanford.edu/drms">Stanford Coronavirus Antiviral & Resistance database</a> (last updated on 21 August 2024).',
4040
},
4141
{
42-
collectionId: 2,
42+
collectionId: 5,
4343
name: 'RdRp',
4444
annotationSymbol: 'r',
4545
description:
4646
'SARS-CoV-2 RNA-dependent RNA polymerase (RdRP) inhibitor resistance mutation as per <a class="link" href="https://covdb.stanford.edu/drms">Stanford Coronavirus Antiviral & Resistance database</a> (last updated on 21 August 2024).',
4747
},
4848
{
49-
collectionId: 3,
49+
collectionId: 6,
5050
name: 'Spike',
5151
annotationSymbol: 's',
5252
description:

0 commit comments

Comments
 (0)