Open dkastl1 opened 1 year ago
Hi Domenique,
This looks like it's coming from pyfastx, and might need pinning a version of it in ont-guppy-duplex-pipeline. Could you let me know which version of pyfastx you have installed? Would also be helpful to know which other versions you have installed along ont-guppy-duplex-pipeline if you could share that.
I can feed it back to the guppy team and see if they can get a fix (probably pyfastx pinning) for it.
Cheers!
Here are the versions along ont-guppy-duplex-pipeline:
Thanks! Domenique
@ollenordesjo any news on this? I'm getting the same error. Thanks!
Thanks @GeoMicroSoares, just checking internally whether pyfastx can be either pinned to a previous version or whether the code can be updated in ont_guppy_duplex_pipeline! In the meantime, can you try to manually install pyfastx 0.8.4 to see if this fixes the problem? I'm checking the readme, and it seems like pyfastx was at this time returning four values, https://github.com/lmdu/pyfastx/tree/0.8.4.
I'll let you know when I hear back
Hi @GeoMicroSoares, @dkastl1, it seems like there will be a pinning to pyfastx or a code change happening in the next version. That should fix it. In the meantime for anyone with similar issues, please install pyfastx v0.8.4 manually to avoid this issue.
It's worth keeping in mind that it will be sensible to transition to dorado whenever possible since it will be the main basecaller going forward. Can you let me know if it's possible to convert your fast5s to pod5s and basecall them with dorado duplex?
Thanks in advance!
When I try to run guppy_duplex on my fast5 files, it successfully completes simplex basecalling but then gives the error
ValueError: not enough values to unpack (expected 4, got 3)
when it attempts to generate the duplex pairs files. Here is the full read out before the error:Thanks Domenique