Hi,
I’ve been trying to run the call-mods module on a .bam file to ‘filter out’ reads containing lower methylation probabilities prior to visualization yet keep encountering the following error when running this command :
modkit call-mods 221110_ys18_Me_Naked_R10_all_6mAcalled.sorted.bam filt.bam --mod-threshold A:0.8 --mod-threshold a:0.9
thread 'main' panicked at 'called Option::unwrap()
on a None
value', /home/boegersome/.cargo/registry/src/gitproxy.zycloud.tk-1ecc6299db9ec823/rust-htslib-0.40.2/src/bam/header.rs:95:27
I’m admittedly very new to bioinformatics but it's unclear what the error could be from this message. I’ve also noticed that the ‘call-mods’ command works fine when running on a .bam file with little to no methylation signal, but always errors when running on a sufficiently modified sample.