kircherlab / CADD-scripts

CADD scripts release for offline scoring. For more information about CADD, please visit our website
http://cadd.gs.washington.edu
Other
71 stars 32 forks source link

snakemake --create-envs-only error #26

Closed hurleyLi closed 3 years ago

hurleyLi commented 3 years ago

Hi, I came across this error when I install CADD using ./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?

Thanks!

hurleyLi commented 3 years ago

never mind... changing --create-envs-only to --conda-create-envs-only in install.sh works for me...