Skip to content

Commit 67227c6

Browse files
committed
add values for multi seg, multi ref
1 parent e8d9c02 commit 67227c6

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

kubernetes/loculus/values.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,63 @@ defaultOrganisms:
18971897
lineageSystem: cchfS
18981898
preprocessing:
18991899
inputs: {input: nextclade.clade}
1900+
- name: variant_L
1901+
isSequenceFilter: true
1902+
header: "Clade & Lineage"
1903+
oneHeader: true
1904+
displayName: "Variant L"
1905+
type: boolean
1906+
noInput: true
1907+
autocomplete: true
1908+
initiallyVisible: false
1909+
includeInDownloadsByDefault: false
1910+
customDisplay:
1911+
type: variantReference
1912+
displayGroup: reference_L
1913+
label: Closest reference L
1914+
preprocessing:
1915+
function: is_variant
1916+
args:
1917+
mu: 0.004
1918+
inputs: {input: "nextclade.totalSubstitutions"}
1919+
- name: variant_M
1920+
isSequenceFilter: true
1921+
header: "Clade & Lineage"
1922+
oneHeader: true
1923+
displayName: "Variant M"
1924+
type: boolean
1925+
noInput: true
1926+
autocomplete: true
1927+
initiallyVisible: false
1928+
includeInDownloadsByDefault: false
1929+
customDisplay:
1930+
type: variantReference
1931+
displayGroup: reference_M
1932+
label: Closest reference M
1933+
preprocessing:
1934+
function: is_variant
1935+
args:
1936+
mu: 0.008
1937+
inputs: {input: "nextclade.totalSubstitutions"}
1938+
- name: variant_S
1939+
isSequenceFilter: true
1940+
header: "Clade & Lineage"
1941+
oneHeader: true
1942+
displayName: "Variant S"
1943+
type: boolean
1944+
noInput: true
1945+
autocomplete: true
1946+
initiallyVisible: false
1947+
includeInDownloadsByDefault: false
1948+
customDisplay:
1949+
type: variantReference
1950+
displayGroup: reference_S
1951+
label: Closest reference S
1952+
preprocessing:
1953+
function: is_variant
1954+
args:
1955+
mu: 0.004
1956+
inputs: {input: "nextclade.totalSubstitutions"}
19001957
website:
19011958
<<: *website
19021959
tableColumns:

0 commit comments

Comments
 (0)