Skip to content

Commit

Permalink
Add SARS-CoV-2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed Nov 3, 2024
1 parent b1c23f8 commit 91c2af0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions kubernetes/loculus/values_preview_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,48 @@ organisms:
- name: 'main'
sequence: 'NNN' # We are not performing alignment here, so this sequence doesn't matter
genes: []
sars-cov-2:
schema:
organismName: 'SARS-CoV-2'
metadata:
- name: location
type: string
initiallyVisible: true
displayName: Location
generateIndex: true
autocomplete: true
- name: date
type: date
initiallyVisible: true
displayName: Date
- name: mutationProportions
type: string
initiallyVisible: false
displayName: Mutation proportions
- name: lineageProportions
type: string
initiallyVisible: false
displayName: Lineage proportions
website:
tableColumns:
- location
- date
defaultOrder: descending
defaultOrderBy: date
preprocessing:
- version: 1
image: ghcr.io/loculus-project/preprocessing-nextclade
args:
- 'prepro'
configFile:
log_level: DEBUG
genes: []
batch_size: 100
referenceGenomes:
nucleotideSequences:
- name: 'main'
sequence: 'NNN' # We are not performing alignment here, so this sequence doesn't matter
genes: []
createTestAccounts: true
disableIngest: true
disableEnaSubmission: true
Expand Down

0 comments on commit 91c2af0

Please sign in to comment.