-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with flongle flow cell splitting #358
Comments
HI, Thanks for raising this - we will have a look. We tend not to run on flongles for a variety of reasons. Will post here when the issue is resolved. Matt |
OK - we've found the issue - it is a bug due to the unusual size of the flongle flowcell. We will fix this and implement in the next release of readfish. If you want to manually make this work for your flongle, please edit this line in your local copy of the code: readfish/src/readfish/_utils.py Line 284 in 8e5210e
and change The reason the validate command works is that it does not the flowcell shape - this is only done when you run with a live flowcell. |
Hi Matt,
|
Hi @Dcwrenn, apologies that should read: readfish/src/readfish/_utils.py Lines 331 to 333 in 8e5210e
What we've changed above will let us draw an ASCII split flow cell to the CLI, so that is also required! |
@Adoni5 Apologies again for the delayed response - we are back up and running! We ended up using a combination of the solution provided in this issue and the solution provided in issue 365. For others that may encounter the same problem we first made a clean install of readfish using Thank you for all of your help! |
Hello ReadFish folks,
We've run into an issue while trying to run a ReadFish experiment on a flongle. When attempting to split the flow cell into two regions we get the following error:
When we've adjusted our TOML to only have one region we get the following error:
This is a new issue since updating to the newest MinKNOW (v.24.02.16) and ReadFish (v.2024.2.0) versions. We get no errors when using the same TOML with a MinION flow cell.
readfish validate
reports no issue with the TOML itself and outputs two clear regions. Our TOML with 2 regions is below. Thank you for your help! 🐟The text was updated successfully, but these errors were encountered: