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

Conflicts while installing dependancies #507

Closed
jonaskohh opened this issue Jul 10, 2023 · 3 comments
Closed

Conflicts while installing dependancies #507

jonaskohh opened this issue Jul 10, 2023 · 3 comments

Comments

@jonaskohh
Copy link

Hello. I am trying to install metawrap and I have done the following:

  1. Installing miniconda2
    wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
    bash Miniconda2-latest-Linux-x86_64.sh

  2. Creating new metawrap environment for dependencies
    conda create -y -n metawrap-env python=2.7
    source activate metawrap-env

conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
conda config --add channels ursky

I have tried "conda install -y -c ursky metawrap-mg" but there are always conflicts, so I have decided to install the dependencies one by one. I have found that "r-ggplot2" and "kraken2 (I had to use "conda install -c bioconda kraken2" as "conda install kraken=2.0" resulted in PackagesNotFoundError) have conflicts and therefore cannot be installed.

Is there a way to solve this problem? Thank you!

@yqy6611
Copy link

yqy6611 commented Jul 10, 2023

Don't restrict python version and it will be fine. Majority of dependencies rely on python 3 now. Salmon and prokka will be such a pain and they have to be settled in separate conda environments.

@jonaskohh
Copy link
Author

Do I still use miniconda2 then?

@yqy6611
Copy link

yqy6611 commented Jul 11, 2023

Should be okay. I prefer miniconda 3

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

2 participants