Psy-Fer / buttery-eel

The buttery eel - a slow5 guppy/dorado basecaller wrapper
MIT License
34 stars 2 forks source link

Can Guppy ont-pyguppy-client-lib version compatible with Doradoont-pyguppy-client-lib version? #29

Closed kir1to455 closed 8 months ago

kir1to455 commented 9 months ago

Hi, I have already downloaded the guppy version 6.3.8 and ont-pyguppy-client-lib==6.3.8 before. Now I need to use Dorado new RNA model: rna004_130bps_sup@v3.0.1, do I need to reinstall ont pyguppy client lib? (Or do I need to create a new virtual environment like "venv3"? My Dorado basecall server is v7.2.13.

Best wishes, Kirito

Psy-Fer commented 9 months ago

Hello Kirito,

You can either make a new virtual env, and install everything again there with the new ont-pyguppy-client-lib updated to match the version you need, and then you can simply switch between versions using source ./venv-${VERSION}/bin/activate. Or you can update the version in the 1 venv you have already made and just use that.

I hope that helps.

James