Closed ericmalekos closed 1 year ago
Update: adding the conda-forge channel resulted in successful install:
conda create -n agat1.0 -c bioconda -c conda-forge agat=1.0 python=3.9
Try to force only agat without python
conda create -n agat1.0 -c bioconda agat=1.0.0
Create first an env with a different python. Otherwise the easiest is to use singularity.
I am having trouble installing the latest version of agat with bioconda.
This works, but installs the older version 0.6.2 of agat
When I try to force the most recent version I get an error
Any suggestions?