metaGmetapop / metapop

A pipeline for the macro- and micro-diversity analyses and visualization of metagenomic-derived populations
MIT License
38 stars 10 forks source link

Initial conda step gets stuck on solving the environment unless you install them individually #9

Open michaelamann opened 3 years ago

michaelamann commented 3 years ago

The initial conda installation fails to solve the environment. However, I was able to get it to work If I ran them one at a time.

step that fails

conda install -c bioconda bcftools samtools prodigal pysam bioconductor-rsamtools bioconductor-biostrings

works this way

conda install -c bioconda bcftools conda install -c bioconda samtools ...
conda install -c bioconda bioconductor-biostrings