Skip to content

Commit

Permalink
fix(config): Small metadata fix (#2315)
Browse files Browse the repository at this point in the history
* allow user to input `is_lab_host`

* do not allow users to input `sra_run_accession`
  • Loading branch information
anna-parker authored Jul 22, 2024
1 parent 161f5d5 commit b3f2ed0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ defaultOrganismConfig: &defaultOrganismConfig
autocomplete: true
header: "Host"
ingest: ncbi_is_lab_host
noInput: true
- name: cell_line
generateIndex: true
autocomplete: true
Expand Down Expand Up @@ -659,6 +658,7 @@ defaultOrganismConfig: &defaultOrganismConfig
url: "https://www.ncbi.nlm.nih.gov/sra/?term=__value__"
header: "INSDC"
ingest: ncbi_sra_accessions
noInput: true
- name: total_snps
type: int
header: "Alignment states and QC metrics"
Expand Down Expand Up @@ -1206,5 +1206,6 @@ runDevelopmentKeycloakDatabase: true
runDevelopmentMainDatabase: true
enforceHTTPS: true
registrationTermsMessage: >
You must agree to the <a href="http://main.loculus.org/terms">terms of use</a>.
subdomainSeparator: "-"
You must agree to the <a href="http://main.loculus.org/terms">terms of use</a>.
subdomainSeparator: "-"

0 comments on commit b3f2ed0

Please sign in to comment.