Skip to content

Commit

Permalink
Reenable preprocessing, configure preprocessing in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Mar 8, 2024
1 parent e7209ba commit c04c3c5
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment: server
disableWebsite: false
disableBackend: false
disablePreprocessing: true
disablePreprocessing: false
siloImportLimitSeconds: 3600
accessionPrefix: "PP_"
name: "Pathoplexus"
Expand Down Expand Up @@ -66,6 +66,40 @@ defaultOrganisms:
genes:
OPG001: 247
batch_size: 100
processing_spec:
collection_date:
function: process_date
inputs:
date: collection_date
release_date: Release date
release_date:
function: parse_timestamp
inputs:
timestamp: Release date
clade:
function: identity
inputs:
input: nextclade.clade
region:
function: identity
inputs:
input: Geographic Region
country:
function: identity
inputs:
input: Geographic Location
affiliation:
function: identity
inputs:
input: Submitter Affiliation
authors:
function: identity
inputs:
input: Submitter Names
isolate_name:
function: identity
inputs:
input: Isolate Lineage
referenceGenomes:
nucleotideSequences:
- name: "main"
Expand Down

0 comments on commit c04c3c5

Please sign in to comment.