When trying to run snakemake, I always have to install/download conda envs.
(snakemake) (ec2-user)$ bash run_snakemake.sh
Building DAG of jobs...
Creating conda environment ../envs/svg_env.yaml...
Downloading and installing remote packages.
Is there a way to preinstall? I notice that conda envs get installed inside .snakemake/
folder.