Helm Installation Queries #4846
-
Hello, I am interesting in doing an on prem installation of Seqr, using the helm method primarily due to the many new features it provides, such as the ability for users to upload their own data, SV and long read support, etc. While the installation process appears relatively simple, there are a few things that are not clear from the guide:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @YasirKusay, Responses below:
You should then run
|
Beta Was this translation helpful? Give feedback.
-
Thank you @bpblanken, this has been incredibly helpful! |
Beta Was this translation helpful? Give feedback.
Hi @YasirKusay,
Unfortunately we don't have a guide for the Ingress. Internally we're using the
Ingress-Nginx
controller, so I'd recommend looking at the documentation here. There are also notes here relating to ssl.The threads relates to the seqr Django application only (web server requests and responses, standard CRUD flows, auth etc.) and does not impact the loading pipeline. A reasonable of setting of
9
should scale the application server to several dozen concurrent users.The specific piece that isn't supported is the network upload from the client (or other remote location) to the server that's running seqr. Once the VCF is uploaded to the loading datasets directory, annotati…