Open jazsakr opened 1 year ago
The modkit extract
command from the modkit package was added last week to replace the --write-mods-text
output. This new command works from the output BAM files from Guppy or Dorado containing modified base calls. I would highly recommend shifting to the new framework as megalodon is deprecated and not under active development.
Just started using it, thank you!
Hello!
I have been using Megalodon with R9.4.1 (Guppy 6.1.5 and Remora 1.0.0) and we started using R10.4.1. I would like to run Megalodon on data generated with the new chemistry to get the
--write-mods-text
output. So I updated Guppy (to 6.4.6) and Remora (to 2.0.0) to get the appropriate config files.I found the Guppy config file by running
ls ~/packages/ont-guppy_v6.4.6/data/ | grep 10.4.1 | grep 400 | grep mod | grep sup
and got thisdna_r10.4.1_e8.2_400bps_modbases_5mc_cg_sup.cfg
.I found the Remora config file by running
remora model list_pretrained
Then I went to my sample folder with the raw data and ran the following:
After processing a some reads (status reached
Read Processing: 2%
), I got this error:Then it gets stuck at this point, not processing any other reads.
When I look at the error file
unexpected_megalodon_errors.2213.err
, it seems like certain reads are causing this:How do I solve this issue?
Thank you so much for any help!