Skip to content

Commit e8d9c02

Browse files
committed
test on preview
1 parent 8665745 commit e8d9c02

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

kubernetes/loculus/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,21 +1379,6 @@ defaultOrganismConfig: &defaultOrganismConfig
13791379
label: Length
13801380
preprocessing:
13811381
inputs: {input: nextclade.coverage}
1382-
- name: variant
1383-
isSequenceFilter: true
1384-
perSegment: true
1385-
header: "Alignment and QC metrics"
1386-
displayName: "Variant"
1387-
type: boolean
1388-
noInput: true
1389-
autocomplete: true
1390-
initiallyVisible: false
1391-
includeInDownloadsByDefault: false
1392-
preprocessing:
1393-
function: is_above_threshold
1394-
args:
1395-
threshold: 50
1396-
inputs: {input: "nextclade.privateNucMutations.totalPrivateSubstitutions"}
13971382
website: &website
13981383
tableColumns:
13991384
- sampleCollectionDate
@@ -1548,6 +1533,21 @@ defaultOrganisms:
15481533
includeInDownloadsByDefault: false
15491534
preprocessing:
15501535
inputs: {input: "nextclade.cladeFounderInfo.aaMutations.*.privateSubstitutions"}
1536+
- name: variant
1537+
isSequenceFilter: true
1538+
perSegment: true
1539+
header: "Alignment and QC metrics"
1540+
displayName: "Variant"
1541+
type: boolean
1542+
noInput: true
1543+
autocomplete: true
1544+
initiallyVisible: false
1545+
includeInDownloadsByDefault: false
1546+
preprocessing:
1547+
function: is_variant
1548+
args:
1549+
mu: 0.002
1550+
inputs: {numMutations: "nextclade.privateNucMutations.totalPrivateSubstitutions", length: processed.length}
15511551
website:
15521552
<<: *website
15531553
tableColumns:

0 commit comments

Comments
 (0)