Skip to content
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

Closed
WebBach opened this issue Mar 27, 2021 · 5 comments
Closed

Database and bowtie issues #145

WebBach opened this issue Mar 27, 2021 · 5 comments

Comments

@WebBach
Copy link

WebBach commented Mar 27, 2021

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

image

But I get this repeated error in each sample:

image

My question are:

  1. why does it try o download the database every time that runs the code if I already specify the database folder?
  2. how can I solve this bowtie error?

Thank you

@fanninpm
Copy link

fanninpm commented Apr 1, 2021

Try typing the --bowtie2db argument without the trailing slash.

@WebBach
Copy link
Author

WebBach commented Apr 2, 2021

Hey, thanks for the suggestion but I still get exactly the same error :(

@julianeweller
Copy link

julianeweller commented Apr 8, 2021

I'm having the same issue when installing the tool:
metaphlan --install --bowtie2db [folderpath]

image

Any suggestions on how to solve this? Thanks!

@julianeweller
Copy link

Installing libtbb2 solved the problem for me:
sudo apt-get install libtbb2

@fbeghini
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants