-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hello,
I want to use MAGpy for my metagenomic data analysis but get the error at a very early stage. My command is here:
git clone https://github.com/WatsonLab/MAGpy.git
cd MAGpy
conda env create -f envs/install.yaml
This succesfully creates a conda environment.
I activated the environment
conda activate maypy_install
Then ran the following command:
nakemake -rp -s MAGpy --cores 24 --use-conda test
But get the following error:
`Building DAG of jobs...
Creating conda environment envs/prodigal.yaml...
Downloading and installing remote packages.
Environment for envs/prodigal.yaml created (location: .snakemake/conda/55c7ff22b092c19217e5f2ec3f9e4209)
Creating conda environment envs/bioperl.yaml...
Downloading and installing remote packages.
Environment for envs/bioperl.yaml created (location: .snakemake/conda/a38998cd23e9ca04e9db80dcbfc6e82c)
Creating conda environment envs/pfam_scan.yaml...
Downloading and installing remote packages.
Environment for envs/pfam_scan.yaml created (location: .snakemake/conda/31f109d7845f53d8b16f172a493949bd)
Creating conda environment envs/phylophlan.yaml...
Downloading and installing remote packages.
Environment for envs/phylophlan.yaml created (location: .snakemake/conda/d1d3c5ec64b4c2330ba4a92faf2e0eb3)
Creating conda environment envs/diamond.yaml...
Downloading and installing remote packages.
Environment for envs/diamond.yaml created (location: .snakemake/conda/8435cfd2ff926a9883cafbdc8d09837d)
Creating conda environment envs/sourmash.yaml...
Downloading and installing remote packages.
CreateCondaEnvironmentException:
Could not create conda environment from /scratch/gencore/ma5877/MAGs/MAGpy/envs/sourmash.yaml:
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Encountered problems while solving:
- package sourmash-4.1.1-hdfd78af_0 requires matplotlib-base, but none of the providers can be installed`
Please help in solving this issue. Many thanks in advance!