We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Roary has this cool optional QC feature that uses kraken to determines what organism each gff file has.
Except... this means that the container needs kraken, which the current container does not have.
The container does create a /kraken_db directory, though.
/kraken_db
The text was updated successfully, but these errors were encountered:
sure, we can get that added. Lots of copy/paste from here, I think https://github.com/StaPH-B/docker-builds/blob/master/kraken/1.1.1-no-db/Dockerfile
I thought there was a binary, but looks like I'm mistaken. We'll probably have to build kraken from source
Sorry, something went wrong.
I think the container that @kapsakcj created in #260 will be good enough to cover this.
Thank you @kapsakcj !
kraken1 has been added to roary 3.13.0 docker image in #260
updating docker images on dockerhub and quay: staphb/roary:3.13.0 and staphb/roary:latest
staphb/roary:3.13.0
staphb/roary:latest
kapsakcj
No branches or pull requests
Roary has this cool optional QC feature that uses kraken to determines what organism each gff file has.
Except... this means that the container needs kraken, which the current container does not have.
The container does create a
/kraken_db
directory, though.The text was updated successfully, but these errors were encountered: