Bug Report - Error Encountered in readfish Command Execution #253
-
Dear readfish Team, I am writing to report a bug that I encountered while using the readfish tool. When I executed the following command during the scanning of active pores in miniknow: readfish targets --experiment-name "dongtaoreadfish" --device X3 --toml gemome_selection.toml --log-file RU_log.log I received the following error message: Exception in thread read_until-1: I am reaching out to seek your support and assistance in resolving this problem. Please let me know if you need any additional information to investigate and address this issue. Thank you for your help! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
This looks like an issue with either the read until API or MinKNOW API. Please could you share your conda environment configuration or run: |
Beta Was this translation helpful? Give feedback.
-
I can't see either minknow api or the read until api in that output. Is this for the conda/python environment that you are running readfish from? |
Beta Was this translation helpful? Give feedback.
-
Sorry, the above information is listed in the conda environment. readfish --version |
Beta Was this translation helpful? Give feedback.
Okay, it looks like nothing is getting installed. Can you try creating a new conda environment:
You should change the version for
ont-pyguppy-client-lib
to match the current version on your system.Copy that code block into a file, for example
readfish_test.yml
, and then:create a new environment
conda env create -f readfish_test.yml
activate the environment
conda activate readfish_test
Then try the readfish command …