kcleal / dysgu

Toolkit for calling structural variants using short or long reads
MIT License
92 stars 11 forks source link

Got an warning when Loading Model in "dysgu run" #73

Closed LNGDingj closed 12 months ago

LNGDingj commented 12 months ago

Hello @kcleal ,

Got the following warning when ran command "dysgu run" using [dysgu-run] Version: 1.6.1, can it be ignored? Thanks so much!

Loading Model: /opt/venv/lib/python3.11/site-packages/dysgu/dysgu_model.1.pkl.gz /opt/venv/lib/python3.11/site-packages/sklearn/base.py:348: InconsistentVersionWarning: Trying to unpickle estimator LabelEncoder from version 0.23.2 when using version 1.3.1. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to: https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations

kcleal commented 12 months ago

Hi @LNGDingj, yes this warning can be ignored.