You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as we expose the reference genomes and the database config we should also expose the lineage definitions file, if there is one. Let's add an endpoint that serves the file in JSON and YAML format.
Open points:
Where does LAPIS get the file from?
Supply the file to LAPIS and directly expose it (just as for the reference genomes and the database config - the difference is that LAPIS needs them anyway, but it doesn't need the lineage definitions)
Add an endpoint to SILO that exposes the file and LAPIS only forwards it.
What should happen if there is no such file?
We were thinking about having multiple lineage definition files in the future - do we want to keep in mind that we maybe need to be able to extend the endpoint to handle multiple files?
The text was updated successfully, but these errors were encountered:
Just as we expose the reference genomes and the database config we should also expose the lineage definitions file, if there is one. Let's add an endpoint that serves the file in JSON and YAML format.
Open points:
The text was updated successfully, but these errors were encountered: