Skip to content

Adding Analyst Users to Local Deployment #2805

Answered by hanars
gokalpcelik asked this question in Q&A
Discussion options

You must be logged in to vote

If you want analysts in seqr, do the following:

  • go to the /admin/auth/group/add/ page and create a user group named something descriptive like "analysts". It does not need any permissions
  • for any user you want to be an analyst, go to the admin/auth/user/, select the user, add the "analysts" group to that user, and click save
  • set the ANALYST_USER_GROUP environment variable in your seqr deployment to "analysts". If you are using the docker-compose deployment this would involve adding the following to the environment section of the seqr configuration:
- ANALYST_USER_GROUP=analysts

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gokalpcelik
Comment options

Answer selected by gokalpcelik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants