-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error fetching DNA sequence in heatmap detail #134
Comments
What's strange is this file seems to exist inside the docker container. |
I'm pretty sure this is a SELinux permission issue. |
This was a permission issue on these two files:
We just need to adjust the ansible deployment scripts to allow read access to these files and their containing directories. |
The hg19/hg38 directories and 2bit files contained within are created by https://github.com/Duke-GCB/iMADS/blob/master/pred/load/download.py. This code may need to be changed to explicitly set permissions. |
Error from docker logs:
The text was updated successfully, but these errors were encountered: