GenSpectrum / LAPIS

An API, a query engine, and a database schema for genomic sequences; currently with a focus on SARS-CoV-2
https://lapis-three.vercel.app
GNU Affero General Public License v3.0
22 stars 6 forks source link

`NucleotideInsertionContains` does not have a `sequenceName` #806

Closed fengelniederhammer closed 4 months ago

fengelniederhammer commented 5 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.