Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 21, 2024
1 parent a0a494a commit dc59acf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ defaultOrganismConfig: &defaultOrganismConfig
displayName: Host Age
type: int
header: Host
rangeSearch: true
- name: host_age_bin
ontology_id: GENEPIO:0001394
definition: The age category of the host at the time of sampling.
Expand Down Expand Up @@ -769,39 +770,45 @@ defaultOrganismConfig: &defaultOrganismConfig
type: int
header: "Alignment states and QC metrics"
noInput: true
rangeSearch: true
preprocessing:
args: { type: int }
inputs: { input: nextclade.totalSubstitutions }
- name: total_inserted_nucs
type: int
header: "Alignment states and QC metrics"
noInput: true
rangeSearch: true
preprocessing:
args: { type: int }
inputs: { input: nextclade.totalInsertions }
- name: total_deleted_nucs
type: int
header: "Alignment states and QC metrics"
noInput: true
rangeSearch: true
preprocessing:
args: { type: int }
inputs: { input: nextclade.totalDeletions }
- name: total_ambiguous_nucs
type: int
header: "Alignment states and QC metrics"
noInput: true
rangeSearch: true
preprocessing:
args: { type: int }
inputs: { input: "nextclade.totalNonACGTNs" }
- name: total_unknown_nucs
type: int
header: "Alignment states and QC metrics"
noInput: true
rangeSearch: true
preprocessing:
args: { type: int }
inputs: { input: nextclade.totalMissing }
- name: total_frame_shifts
type: int
rangeSearch: true
header: "Alignment states and QC metrics"
noInput: true
preprocessing:
Expand Down

0 comments on commit dc59acf

Please sign in to comment.