-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
MAGpy seems to be the perfect tool for my metagenomic data analysis but I am unable to even install it. The manual says that after installing conda I should do the following:
conda env create -f envs/install.yaml
However, the install.yaml file doesn't contain all the tools needed to run the analysis hence I get the error. My install.yaml file looks like this:
`name: magpy_install
channels:
- conda-forge
- bioconda
- defaults
dependencies: - snakemake
- mamba`
Another thing that MAGpy/envs folder contains several files basic2.yaml basic3.yaml bioperl.yaml checkm.yaml diamond.yaml ete3.yaml install.yaml MAGpy-2.7.yaml MAGpy-3.5.yaml pfam_scan.yaml phylophlan.yaml prodigal.yaml setup.yaml sourmash.yaml
Should I install all of them? Is it possible to have them together in one file so I could install everything in one run?
Please let me know if I am missing something. Many thanks!