-
Notifications
You must be signed in to change notification settings - Fork 86
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
Database and bowtie issues #145
Comments
Try typing the |
Hey, thanks for the suggestion but I still get exactly the same error :( |
Installing libtbb2 solved the problem for me: |
Please use the BioBakery forum for asking for help. See #123 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to use metaphlan 3.0 to calculate the microbial community abundance of my samples. But I get an error that I can't solve. I did an iteration for loop over each sample just to visualize better the dynamics of the run. But the idea is to run them in parallel.
The code is based on your guidance:
metaphlan metagenome_1.fastq,metagenome_2.fastq --bowtie2out metagenome.bowtie2.bz2 --bowtie2db --nproc 5 --input_type fastq -o profiled_metagenome.txt
But I get this repeated error in each sample:
My question are:
Thank you
The text was updated successfully, but these errors were encountered: