Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deployment): allow backend, and hopefully loculus, to be used with no "genes" specified, only a genome #2508

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

theosanderson
Copy link
Member

@theosanderson theosanderson commented Aug 22, 2024

Fixes #787

Allows Loculus to be used with a reference-only, no genes. This was always intended behaviour but we had a bug in the deployment which meant that when no genes were configured in the values file, the backend config JSON ended up with genes: null not genes : []. That is now fixed. There may be other teething issues to identify downstream (though I'm hopeful there are not) but we can fix those as we find them.

@theosanderson theosanderson added the preview Triggers a deployment to argocd label Aug 22, 2024
@theosanderson theosanderson changed the title wip: no genes fix(deployment): allow backend, and hopefully loculus, to be used with no "genes" specified, only a genome Aug 22, 2024
@theosanderson theosanderson added the review please PR waiting for final review label Aug 22, 2024
@theosanderson theosanderson merged commit e207b30 into main Aug 22, 2024
11 checks passed
@theosanderson theosanderson deleted the no-genes branch August 22, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Triggers a deployment to argocd review please PR waiting for final review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accepting reference-genome only, no genes
2 participants