playback - FAST5 file cannot be open #241
-
Hello everyone, I am trying to run a playback analysis on Ubuntu 22.04, but my run constantly fails after ~five minutes with the following error message:
Checking log files, I found two messages that are potentially associated with this error: In the
And in the
I assume the first error message is just a consequence of this latter, but I cannot figure out why the my FAST5 file cannot be open. I am using the bulk FAST5 file downloaded from the link on the readfish instructions. I have checked the permissions of the FAST5 file, and everything seems okay (no restrictions to open the file, as -rwxr-xr-x 1). I have also checked the integrity the FAST5 using the hdf5 commands I am wondering now if there is a problem with my system's Has anyone faced a problem like this? Do you have any idea what the problem could be and how I could resolve it? I very much appreciate any help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
It looks like the FAST5 file that you are trying to use is a read FAST5 file from a run. Simulation requires a bulk FAST5 file. We provide one at http://s3.amazonaws.com/nanopore-human-wgs/bulkfile/PLSP57501_20170308_FNFAF14035_MN16458_sequencing_run_NOTT_Hum_wh1rs2_60428.fast5 that can be used for playback, please note that this file is 21Gb |
Beta Was this translation helpful? Give feedback.
-
I don't think you are using the correct file for playback. The file you should be using is: The file you appear to be using is This file is not a bulkfile. I can see that @alexomics has just said the same thing :-) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response, @alexomics and @mattloose ! Sorry, I mixed things up and copied the error messages from two different runs. The copied part from the But I guess there was something wrong with my bulk file, because I re-download the bulk FAST5 file and reinstalled everything from scratch, and now my playback run works! Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I am now having trouble passing the step 5 of the Testing basecalling and mapping, following https://github.com/LooseLab/readfish/tree/refactor I am using these commands with the conda readfish environment activated: readfish targets --device MN23485 --experiment-name "RU Test basecall and map" --toml /home/nanoporeseq/Desktop/human_chr_selection.toml --log-file ru_test.log And I get the following
This error is very similar to the one discussed (and resolved) in #188. I am following the same instructions that worked for that case, providing the path to readfish, but it is not working for me. These are the commands I am using: which readfish Which returns:
So I am running: /home/nanoporeseq/miniconda3/envs/readfish/bin/readfish targets --device MN23485 --experiment-name "RU Test basecall and map" --toml /home/nanoporeseq/Desktop/human_chr_selection.toml --log-file ru_test.log Everything before step 5, including the Testing unblock response works perfectly. Just for the record, I am copying here the commands I used to generate the index of the human genome Homo_sapiens_assembly38.fasta.mmi using minimap2: ./minimap2 -x map-ont -d Homo_sapiens_assembly38.fasta.mmi test/Homo_sapiens_assembly38.fasta Then I modified the toml file as follows:
And validated it: readfish validate /home/nanoporeseq/Desktop/human_chr_selection.toml Everything seems okay, although this part of the message is slightly different from what is shown in https://github.com/LooseLab/readfish/tree/refactor:
Here is the entire validation response:
Does anyone know what could be causing this Thank you very much! |
Beta Was this translation helpful? Give feedback.
Thanks for the quick response, @alexomics and @mattloose !
Sorry, I mixed things up and copied the error messages from two different runs. The copied part from the
control_server_log-*.txt
is from a run using the correct file, PLSP57501_20170308_FNFAF14035_MN16458_sequencing_run_NOTT_Hum_wh1rs2_60428.fast5, which I had renamed as readfish.fast5.But I guess there was something wrong with my bulk file, because I re-download the bulk FAST5 file and reinstalled everything from scratch, and now my playback run works!
Thank you very much!