-
Notifications
You must be signed in to change notification settings - Fork 35
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
Using deepmod on basecalled fast5 from latest guppy #42
Comments
@hasindu2008 You are right: the latest guppy uses move table rather than event table. Move table is supported by DeepMod now with |
Do you have an example guppy command for latest guppy 4 to ask it to generate this move table? I have some fast5 files generated from Guppy 4.0.3 live-base-calling which seem to have the FASTQ read inside but not any such move table. Is that supposed to be inside the Analyses/segmentation group? In this case, that group have a few attributes but no data tables. |
@hasindu2008 could you please what you can get from |
Seems like the move table is not there in this file? Do you know which options I should pass to modern Guppy? |
@hasindu2008 yes, move/event table is not in the file, and you need re-basecall it. You might find the help documents for your basecaller using |
@hasindu2008 I tried to re-basecall my own single-read fast5 files without any move and event data throught guppy_basecaller. And I ultimately successful create move data.My command is as follows and I hope it can be some help for you. The guppy_basecaller version:
It creates "workspace" directory in my working path.And one of the output single-read fast5 file is as follows.
The move data is in the Basecall_1D_001/BaseCalled_template path. |
|
@shaodongyan I have no idea what "deepmod order" means. But based on my understanding, deepmod never test on guppy basecalling and have some issues on it. I would not recommend using it on guppy basecalled until we finish a test; otherwise, the results are not correct. |
In the usage page it is stated that FAST5 must be basecalled and events data must be available in them. However, it seems that the latest Guppy basecaller does not include any events data as Albacore used to do (see below). As mentioned in the readme, it is possible to convert multi-fast5 to single-fast5 using ont-fast5-api. However, I am not sure how Guppy can be asked to save events data in FAST5. Could you shed some light on this?
The text was updated successfully, but these errors were encountered: