-
Notifications
You must be signed in to change notification settings - Fork 0
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
prokka: home directory is owned by root #1
Comments
selab.janelia.org is down for me or I'd try building it myself. |
The last time |
Build failed installing infernal. Looks like selab is still down. Do you know of another place to get Infernal? Maybe I can change the homebrew recipe to pull from a GitHub release or something. |
One fix is to upload a copy of the tarball, if you can find one, to some other server (like Bintray) and edit the formula to use that mirror. |
It looks like |
I've updated the |
BLAST failed to install. I don't have a quick fix for this error.
|
The same error has been reported over here: https://bugzilla.redhat.com/show_bug.cgi?id=1259781 |
What do you think about installing BLAST with apt-get instead of Homebrew? Compiling takes forever... |
You could certainly do that on your own system. Remove the |
Working on my own Docker image for Prokka. FYI - Prokka comes bundled with linux binaries for blast, hmmer, prodigal, and aragorn. |
The issue for tracking the BLAST installation error is over here: |
The |
I believe that BLAST still doesn't build on Linuxbrew. It would be nice to fix that. |
docker run --entrypoint /bin/ls sjackman/prokka -lash /home
Gives me:
And running
sudo
asks for a password.This is odd given that the parent image
sjackman/linuxbrew
does not.(note: this is the version on Dockerhub).
The text was updated successfully, but these errors were encountered: