-
Notifications
You must be signed in to change notification settings - Fork 50
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
conda bracken error, help me plz........ #285
Comments
Hey @jenniferlu717 - we (@jboconnor13 + me) have also dealt with this issue, which we addressed by manually updating bracken-build based on what you did in 05d695c and d7f63d8. When we conda install, we it seems that we're only getting the version 38edbc5, which looks like the 3.0 release. Are the last 2 commits not getting pushed to conda? Any chance we could get a 3.1 release pushed to conda to address this issue? Thanks! |
The problem has been solved. Thank you. |
@DaHye0205 did something you did solve the issue, or is the conda installation now working for you? |
It works fine, thank you. |
@sterrettJD Thanks for the pointer. Issue solved by manually updating. |
I installed bracken using the command "conda install bracken" in the conda environment.
I finished analyzing the nanopore 16S metagenome and want to do further analysis with bracken.
I created the read_length.txt file myself. (300, 1500, 1600)
But I keep getting an error.
(OKHEE3.7) user@ubuntu:~/anaconda3$ bracken-build -d /data/kraken2_db -t 24 -l /home/user/anaconda3/read_lengths.txt
I updated the conda environment and tried reinstalling.
What's the problem?
Is it difficult to operate in conda?
I downloaded kraken2 db with the command below and it works fine.
"kraken2-build --standard --db /data/kraken2_db --threads 24"
The text was updated successfully, but these errors were encountered: