You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing the amazing pipeline! I was following the instruction to install the pipeline. The dependencies can be installed without error and I got the following packages in my conda environment. However, a new medaka version (v2.0.0) was just released several weeks ago and with the current .yml file it's automatically installed, and I got the following error when running snakemake -j 1 -pr --configfile config.yml:
RuntimeError: Error validating model from '--model' argument: Model 'r941_min_high_g360' is deprecated in medaka v2.0. Please use medaka version 1.x..
I tried installing an older version of medaka, but it always has conflict with some packages. Could you please suggest a way to fix it, or provide the version of dependencies? Thank you!
Hi,
Thank you for developing the amazing pipeline! I was following the instruction to install the pipeline. The dependencies can be installed without error and I got the following packages in my conda environment. However, a new medaka version (v2.0.0) was just released several weeks ago and with the current .yml file it's automatically installed, and I got the following error when running
snakemake -j 1 -pr --configfile config.yml
:RuntimeError: Error validating model from '--model' argument: Model 'r941_min_high_g360' is deprecated in medaka v2.0. Please use medaka version 1.x..
I tried installing an older version of medaka, but it always has conflict with some packages. Could you please suggest a way to fix it, or provide the version of dependencies? Thank you!
The text was updated successfully, but these errors were encountered: