Closed hurleyLi closed 3 years ago
Hi, I came across this error when I install CADD using ./install.sh
./install.sh
snakemake: error: unrecognized arguments: --create-envs-only
I'm wondering if this is because the version of snakemake i'm using. I'm using the latest version of 5.30.1. and they seem to change the parameter name to --conda-create-envs-only. Should I downgrade snakemake to any specific version?
--conda-create-envs-only
Thanks!
never mind... changing --create-envs-only to --conda-create-envs-only in install.sh works for me...
--create-envs-only
install.sh
Hi, I came across this error when I install CADD using
./install.sh
I'm wondering if this is because the version of snakemake i'm using. I'm using the latest version of 5.30.1. and they seem to change the parameter name to
--conda-create-envs-only
. Should I downgrade snakemake to any specific version?Thanks!