-
Notifications
You must be signed in to change notification settings - Fork 38
conda package dependency issue - kraken & kraken2 #216
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
Comments
I do not control the bioconda package. I will endeavour to add this to the manual to help others who encounter this problem! FYI - I will be deprecating Kraken v1 support soon - Kraken v2 is ~30x more disk/RAM efficient. Thanks Andrew! |
The conda recipes are now fixed. |
Sir, |
You can download one of the pre-generated 'Minikraken' databases for Kraken2 from here: https://ccb.jhu.edu/software/kraken2/index.shtml?t=downloads Specify the path to the database files using the You can alternatively set the database path using the environment variable To create your own database, consult the kraken2 manual for instructions: https://ccb.jhu.edu/software/kraken2/index.shtml?t=manual#custom-databases |
@pomidorku there are instructions on how to download and setup all 3 databases: |
Thank you, |
Sir, I am running the roary step-by-step tutorial. "select '>'|| cod || '|' || locus_sequence.locus || '|' || pangenoma.gene || x'0a' || sequence I do not see in the prompt any tectC gene output. I checked for fasta files named either "pangenoma.gene" or 'tetC, and I do not see any of them. After running "roary -a" I can see that the only missing tool is kraken (although I installed kraken2). Sqlite does not produce any warning. Regards, |
@pomidorku you do NOT need to build the databases. they are already built. you just have to download the .tar.gz file, unzip, and set an environment variable. I'm sorry we can not make it any easier. |
@pomidorku that is a question for |
Thank you for your advise. Regarding the database for Kraken, perhaps build was not the right word. Thank you for pointing that out. I will run kraken2 on a linux laptop with 16GB ram, so I will have to get the minikraken database. Thank you. PS. I will post my question about roary in the appropriate github. |
Thank yoiu @pomidorku and keep asking questions and you will succeed in bioinformatics! |
I've hit an issue with the current bioconda package - I'm seeing:
in the logs when nullarbor attempts to run
kraken
.I believe the issue could be that both the
kraken
andkraken2
packages are installed, and thekraken2
package might be clobbering theclassify
binary fromkraken
(v1.x).A solution is to do:
Force re-installing
kraken
seems to give aclassify
binary it's happy with.The text was updated successfully, but these errors were encountered: