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
19 stars 5 forks source link

fix(lapis): nucleotideInsertionContains correctly handles segment #829

Closed JonasKellerer closed 2 months ago

JonasKellerer commented 2 months ago

resolves #806

Summary

It is now possible to provide a sequenceName for nucleotideInsertion filters. Unit tests where added as well as a new test instance for the e2e test, which provide three segments, mimicked after the cchf virus but with shortened sequences.

This PR waits on https://github.com/GenSpectrum/LAPIS-SILO/pull/471

PR Checklist

- [ ] All necessary documentation has been adapted.