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

Update LOCAL_INSTALL.md #3711

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Update LOCAL_INSTALL.md #3711

merged 1 commit into from
Nov 7, 2023

Conversation

TheACKx
Copy link
Contributor

@TheACKx TheACKx commented Nov 7, 2023

To update reference data in seqr code section it writes manage.py and that causes errors need to write ./manage.py
image

Wrong one (in docs) :
docker-compose exec seqr manage.py update_all_reference_data --use-cached-omim --skip-gencode
image

Fixed one :
docker-compose exec seqr ./manage.py update_all_reference_data --use-cached-omim --skip-gencode

@hanars hanars changed the base branch from master to dev November 7, 2023 15:40
Copy link
Collaborator

@hanars hanars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing!

@hanars hanars merged commit c1fcdc8 into broadinstitute:dev Nov 7, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants