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

807 delete lapis 1 and clean up #820

Closed JonasKellerer closed 2 months ago

JonasKellerer commented 2 months ago

resolves #807

Removes lapis 1 folders and renames lapis 2: lapis2 -> lapis lapis2-docs -> lapis-docs siloLapisTests -> lapis-e2e

Renames docker images of lapis2 lapis-v2 -> lapis lapis2-docs -> lapis-docs

The previous docker image lapis-docs has now a tag lapis-v1, so it can still be used. The mpox instance already uses its own tag for the documentation pr-mpox.

The README now has a general section in the base folder. For each folder there is a specific README. (Mostly copied over from the README in the lapis2 folder.

Necessary after merge:

PR Checklist

- [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by an appropriate test.

fengelniederhammer commented 2 months ago
* [ ]  adds semVer tags to `lapis` docker image (0.2.1.)

And also add the 0.2 tag.