Open cvaske opened 4 years ago
Charles; Apologies about the issue. Some of the programs you're looking to use (Kraken, Battenberg and Gemini) are pretty data intensive and not great fits for Docker, so we haven't integrated those to work with it. Those would best be used with a standard bcbio install not using Docker. Apologies for not supporting this and thanks for trying it out.
Got it, that seems reasonable. Is this due to slower file I/O in Docker, or just to keep the container image size from getting too large?
Would you be interested in a pull request to update the documentation?
bcbio_mv.py install
fails due to a lack of the kraken executable in the tooldir. I ran the following installation command:And got the stack trace:
It appears that there is indeed no kraken executable in the docker image:
Is there a way to use kraken via the Docker container?