Skip to content

Commit

Permalink
adjust some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 25, 2025
1 parent 7e91312 commit c4a86b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion kubernetes/loculus/templates/_common-metadata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fields:
type: string
notSearchable: true
hideOnSequenceDetailsPage: true
includeInDownloadsByDefault: true
- name: accession
type: string
notSearchable: true
Expand Down Expand Up @@ -57,7 +58,6 @@ fields:
type: timestamp
displayName: Date submitted
header: Submission details
includeInDownloadsByDefault: true
- name: submittedDate
type: string
hideOnSequenceDetailsPage: true
Expand All @@ -83,6 +83,7 @@ fields:
autocomplete: true
displayName: Data use terms
initiallyVisible: true
includeInDownloadsByDefault: true
customDisplay:
type: dataUseTerms
header: Data use terms
Expand All @@ -97,6 +98,7 @@ fields:
type: string
notSearchable: true
header: Data use terms
includeInDownloadsByDefault: true
customDisplay:
type: link
url: "__value__"
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ defaultOrganismConfig: &defaultOrganismConfig
type: date
rangeSearch: true
noInput: true
includeInDownloadsByDefault: true
- name: ncbiUpdateDate
type: date
displayName: NCBI update date
Expand Down Expand Up @@ -497,7 +498,6 @@ defaultOrganismConfig: &defaultOrganismConfig
generateIndex: true
autocomplete: true
initiallyVisible: true
includeInDownloadsByDefault: true
header: Sample details
order: 30
ingest: division
Expand Down Expand Up @@ -548,6 +548,7 @@ defaultOrganismConfig: &defaultOrganismConfig
truncateColumnDisplayTo: 15
header: Authors
ingest: ncbiSubmitterAffiliation
includeInDownloadsByDefault: true
- name: ncbiSubmitterCountry
displayName: NCBI submitter country
generateIndex: true
Expand Down

0 comments on commit c4a86b7

Please sign in to comment.