-
Notifications
You must be signed in to change notification settings - Fork 19
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
Timeout Issue with POD5 conversion #134
Comments
Hi @jainronit, Can you try the script here to find issues in the fast5 file? |
Hi @HalfPhoton, Found 0 issues from 1 input paths Do you know if there is any further troubleshooting I could do? I also tried running this FAST5 file through the online tool for FAST5 to POD5 conversion, but got an error: |
Do you have any other log files other than Kind regards, |
Hi @HalfPhoton, I don't see any other log files other than the main-pod5.log one that I provided. I just prefaced my command with POD5_DEBUG=1 and only 1 log file was produced. Is there some other command I should be using? |
Hmmm. This is very unusual. |
Yes, I can share it! Github won't let me attach it directly as a file so is there another way I could send it to you (i.e. email, messaging, etc.)? |
To securely send the data to use, can I ask you to contact the ONT Technical Support team via https://nanoporetech.com/support If you click You will then be able to log a support ticket with the team. If you can attach your log file and reference this github issue and mention that Dorado team has requested this, Technical Support will be able to forward this data to me quickly. Thanks |
I went to create a ticket, but it still won't let me attach a fast5 file. Is there some file conversion I need to do before sending the fast5 file, or is there another way to send it? |
Hi @jainronit, apologies for how long this is taking. Can you submit the TS ticket and request that they provide you with a method of uploading the file to them. This should make its way to me then 🤞. I'll contact TS to get this moving ASAP. Thanks for your patience. Kind regards, |
Hi @HalfPhoton, no worries, thanks for all your help! I just submitted the TS ticket requesting a method of sending the FAST5 file over to you. Let me know once they get in touch with you and hopefully I'll be able to get the FAST5 file sent to you then. |
@jainronit, Internal reference: 317063CA055919242B Kind regards, |
@HalfPhoton Perfect, thanks so much! I just uploaded the FAST5 file to the ONT server. |
@jainronit , I emailed you directly with more information |
Hi @jainronit, I've received your file and I was able to convert it first-time
Can you tell me more about your system? |
Hi @HalfPhoton, I ran the command you used and also was able to convert the FAST5 file successfully--it seems that adding the -f flag fixed the issue. Could you share what that flag's functionality is? Also, I am still getting the same "memory access out of bounds" error when I try to perform the conversion using the online tool--do you know what the issue there might be? |
This should have had no effect on the merge process as it just deletes the output file if it already exists. This is only there because I ran it myself multiple times to double check that it worked every time and left it in the message. Can you try again without I can ask the online tool devs to take a look at the file you sent me to see what the issue is. Happy to hear that you're unblocked though! That's a win even if we aren't sure why 😄 Best regards, |
I see Please try again using a python venv: python3.10 -m venv venv --prompt="pod5"
source venv/bin/activate
pod5 convert fast5 FAY49394_pass_0b33d99d_65450f2d_386.fast5 --output not_conda.pod5 |
And this generated no logs with |
No, there doesn't seem to be a log. I am running this on a MacOS Sonoma Version 14.3 with 16 GB memory. |
Hi,
I am trying to convert a FAST5 file to POD5, but the program just hangs and eventually gives a timeout error. This is the command I am running:
pod5 convert fast5 FAY49394_pass_0b33d99d_65450f2d_386.fast5 --output converted.pod5
And this is the error I am getting:
Here is the output log of the command:
2024-06-24--23-56-22-main-pod5.log
The text was updated successfully, but these errors were encountered: