-
Notifications
You must be signed in to change notification settings - Fork 7
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
split_pod5 supported seed types error #41
Comments
Hi @mp15, thanks for raising this. It's likely that this is a new issue coming from a change in how the random module works. Can you try with python 3.10 and see if the issue persists? Will add this as a to-do for 3.11 |
I can confirm that the same data under Python 3.10.1 works so def some 3.11 oddity for your list. |
Hi, I am using duplex_tools v0.3.2 install via pip on python 3.11 as well, it is giving the same error message as above for the split_pairs run. 9ab59979-3afb-4e3b-a184-056572922db4 <class 'uuid.UUID'> So in my pod5 files the read_id from pysam is class 'uuid.UUID' which is not supported by seed in the error message. Can I just remove this read_ID seed and let seed randomise the seed ie seed(). |
When running:
I get the following exception:
The text was updated successfully, but these errors were encountered: