I work on an SGE cluster where some tools are available with conda :
source activate unicycler-0.4.7
I can use conda on my snakemake workflow with yaml, but in this way, I will going to reinstall the environment.
name: unicycler
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- unicycler=0.4.7
Is it possible to activate an existing environment?
Thanks very much for your helps!
Version :
- snakemake 5.4.0
- conda 4.6.14
Best regards,