I have installed snakemake with conda as following:
conda create --yes -c conda-forge -c bioconda -n snakemake snakemake
But the environment has not the name "snakemake" I have put in the above command. There is only the full path indicated.
conda info --envs
# conda environments:
# base * /mnt/shared/home/usr/mambaforge
mamba /mnt/shared/home/usr/mambaforge/envs/mamba
/mnt/shared/scratch/usr/apps/conda
/mnt/shared/scratch/usr/apps/conda/envs/snakemake
And I have to call it using the full path to call the snakemake environment.
Would anyone know why the environment is not named?
snakemake
conda