bxlab / metaWRAP

MetaWRAP - a flexible pipeline for genome-resolved metagenomic data analysis
MIT License
391 stars 191 forks source link

install issues #500

Open dnolin13 opened 1 year ago

dnolin13 commented 1 year ago

Hello - I have tried several different install methods, and I continue to get install errors:

command: mamba create -y --name metawrap-env2 --channel ursky metawrap-mg=1.3.2

error: Looking for: ['metawrap-mg=1.3.2']

bioconda/linux-64 Using cache bioconda/noarch Using cache conda-forge/linux-64 Using cache conda-forge/noarch Using cache pkgs/main/linux-64 No change pkgs/r/linux-64 No change pkgs/main/noarch No change pkgs/r/noarch No change ursky/linux-64 No change ursky/noarch No change Could not solve for environment specs Encountered problems while solving:

The environment can't be solved, aborting the operation


command: mamba install --only-deps -c ursky metawrap-mg

error: Looking for: ['metawrap-mg']

bioconda/linux-64 Using cache conda-forge/noarch No change bioconda/noarch No change pkgs/main/noarch No change pkgs/main/linux-64 No change pkgs/r/linux-64 No change pkgs/r/noarch No change ursky/linux-64 No change ursky/noarch No change conda-forge/linux-64 31.3MB @ 5.0MB/s 7.1s

Pinned packages:

Could not solve for environment specs Encountered problems while solving:

The environment can't be solved, aborting the operation


command: mamba install biopython blas=2.5 blast=2.6.0 bmtagger bowtie2 bwa checkm-genome fastqc kraken=1.1 kraken=2.0 krona=2.7 matplotlib maxbin2 megahit metabat2 pandas prokka quast r-ggplot2 r-recommended salmon samtools=1.9 seaborn spades trim-galore

error:

Looking for: ['biopython', 'blas=2.5', 'blast=2.6.0', 'bmtagger', 'bowtie2', 'bwa', 'checkm-genome', 'fastqc', 'kraken=1.1', 'kraken=2.0', 'krona=2.7', 'matplotlib', 'maxbin2', 'megahit', 'metabat2', 'pandas', 'prokka', 'quast', 'r-ggplot2', 'r-recommended', 'salmon', 'samtools=1.9', 'seaborn', 'spades', 'trim-galore']

bioconda/linux-64 Using cache bioconda/noarch Using cache conda-forge/linux-64 Using cache conda-forge/noarch Using cache pkgs/main/noarch No change pkgs/main/linux-64 No change pkgs/r/linux-64 No change pkgs/r/noarch No change ursky/linux-64 No change ursky/noarch No change

Pinned packages:

Could not solve for environment specs Encountered problems while solving:

The environment can't be solved, aborting the operation


any help is greatly appreciated!

Lilingyuns commented 10 months ago

Hello, I have encountered the same problem as you. May I ask if you have resolved it?