Skip to content

Commit

Permalink
Fix: values.yaml - nucleotideSequences need to be a list in prepro co…
Browse files Browse the repository at this point in the history
…nfigs and a dict in referencegenome configs.
  • Loading branch information
anna-parker committed May 15, 2024
1 parent 3a9fc20 commit f267bcc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ defaultOrganisms:
nextclade_dataset_name: nextstrain/mpox/all-clades
nextclade_dataset_tag: 2024-04-19--07-50-39Z
nucleotideSequences:
- name: main
- main
genes:
- OPG001
batch_size: 5
Expand Down Expand Up @@ -837,7 +837,7 @@ defaultOrganisms:
nextclade_dataset_name: nextstrain/ebola/zaire
nextclade_dataset_server: https://raw.githubusercontent.com/nextstrain/nextclade_data/ebola/data_output
nucleotideSequences:
- name: main
- main
genes:
- NP
- VP35
Expand Down Expand Up @@ -1304,7 +1304,7 @@ defaultOrganisms:
nextclade_dataset_name: nextstrain/wnv/all-lineages
nextclade_dataset_server: https://raw.githubusercontent.com/nextstrain/nextclade_data/wnv/data_output
nucleotideSequences:
- name: main
- main
genes:
- capsid
- prM
Expand Down Expand Up @@ -1789,13 +1789,13 @@ defaultOrganisms:
nextclade_dataset_name: nextstrain/cchf/all-lineages
nextclade_dataset_server: https://raw.githubusercontent.com/nextstrain/nextclade_data/cchf/data_output
nucleotideSequences:
- name: L
- name: M
- name: S
- L
- M
- S
genes:
- name: RdRp
- name: GPC
- name: NP
- RdRp
- GPC
- NP
batch_size: 100
processing_spec:
total_snps:
Expand Down

0 comments on commit f267bcc

Please sign in to comment.