Closed fengelniederhammer closed 4 months ago
https://github.com/GenSpectrum/LAPIS/blob/d1badea53d501435c0a26048d6ff0e874659ce39/lapis2/src/main/kotlin/org/genspectrum/lapis/silo/SiloQuery.kt#L241
NucleotideInsertionContains does not have a sequenceName. I suspect that this won't work with multi segment organisms, since SILO will take the "default sequence" if the sequenceName is not set in an InsertionContains action.
NucleotideInsertionContains
sequenceName
InsertionContains
https://github.com/GenSpectrum/LAPIS/blob/d1badea53d501435c0a26048d6ff0e874659ce39/lapis2/src/main/kotlin/org/genspectrum/lapis/silo/SiloQuery.kt#L241
NucleotideInsertionContains
does not have asequenceName
. I suspect that this won't work with multi segment organisms, since SILO will take the "default sequence" if thesequenceName
is not set in anInsertionContains
action.