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

Error fetching DNA sequence in heatmap detail #134

Open
johnbradley opened this issue Oct 24, 2017 · 4 comments
Open

Error fetching DNA sequence in heatmap detail #134

johnbradley opened this issue Oct 24, 2017 · 4 comments

Comments

@johnbradley
Copy link
Collaborator

Error from docker logs:

webserver.py", line 148, in get_sequences
Missing file for hg19: [Errno 2] No such file or directory: u'/tmp/pred_data/hg19/hg19.2bit'.
@johnbradley
Copy link
Collaborator Author

What's strange is this file seems to exist inside the docker container.

@johnbradley
Copy link
Collaborator Author

I'm pretty sure this is a SELinux permission issue.

@johnbradley
Copy link
Collaborator Author

johnbradley commented Oct 25, 2017

This was a permission issue on these two files:

  • /srv/deploy/pred_data/hg19/hg19.2bit
  • /srv/deploy/pred_data/hg38/hg38.2bit

We just need to adjust the ansible deployment scripts to allow read access to these files and their containing directories.

@johnbradley
Copy link
Collaborator Author

johnbradley commented Oct 26, 2017

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.

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

No branches or pull requests

1 participant