File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/org/genspectrum/ingest/proc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ private val oldToNewMetadataNames = listOf(
9797 " Nextclade_pango" to nextcladePangoLineage,
9898 " qc.overallScore" to " nextcladeQcOverallScore" ,
9999 " qc.missingData.score" to " nextcladeQcMissingDataScore" ,
100- " qc.mixedSites.score" to " nextcladeQcMixedSites " ,
100+ " qc.mixedSites.score" to " nextcladeQcMixedSitesScore " ,
101101 " qc.privateMutations.score" to " nextcladeQcPrivateMutationsScore" ,
102102 " qc.snpClusters.score" to " nextcladeQcSnpClustersScore" ,
103103 " qc.frameShifts.score" to " nextcladeQcFrameShiftsScore" ,
@@ -141,7 +141,7 @@ private val selectedMetadata = setOf(
141141 " authors" ,
142142 " nextcladeQcOverallScore" ,
143143 " nextcladeQcMissingDataScore" ,
144- " nextcladeQcMixedSites " ,
144+ " nextcladeQcMixedSitesScore " ,
145145 " nextcladeQcPrivateMutationsScore" ,
146146 " nextcladeQcSnpClustersScore" ,
147147 " nextcladeQcFrameShiftsScore" ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ private val oldToNewMetadataNames = listOf(
125125 " ace2_binding" to " ace2Binding" ,
126126 " QC_overall_score" to " nextcladeQcOverallScore" ,
127127 " qc.missingData.score" to " nextcladeQcMissingDataScore" ,
128- " qc.mixedSites.score" to " nextcladeQcMixedSites " ,
128+ " qc.mixedSites.score" to " nextcladeQcMixedSitesScore " ,
129129 " qc.privateMutations.score" to " nextcladeQcPrivateMutationsScore" ,
130130 " qc.snpClusters.score" to " nextcladeQcSnpClustersScore" ,
131131 " qc.frameShifts.score" to " nextcladeQcFrameShiftsScore" ,
@@ -169,7 +169,7 @@ private val selectedMetadata = setOf(
169169 " authors" ,
170170 " nextcladeQcOverallScore" ,
171171 " nextcladeQcMissingDataScore" ,
172- " nextcladeQcMixedSites " ,
172+ " nextcladeQcMixedSitesScore " ,
173173 " nextcladeQcPrivateMutationsScore" ,
174174 " nextcladeQcSnpClustersScore" ,
175175 " nextcladeQcFrameShiftsScore" ,
You can’t perform that action at this time.
0 commit comments