-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi,
I ran modkit pileup --modified-bases m6A to generate bedMethyl files.
I then compressed these files with bgzip and generated the corresponding .tbi index.
I used them in modkit dmr pair -m A --min-valid-coverage 10, but I encountered the following error:
**> batch failed: invalid data, valid coverage (191) is not equal to the sum of canonical and modified counts (190), [BedMethylLine { chrom: "2L", interval: Interval { start: 69060, stop: 69061, val: () }, raw_mod_code: Code('a'), strand: Positive, count_methylated: 0, valid_coverage: 191, count_canonical: 190, count_other: 1, count_delete: 4, count_fail: 15, count_diff: 0, count_nocall: 0 }] chrom: 2L starting at 69060, stopping
failed to send on channel, sending on a disconnected channel
encountered error whilst processing, stopping
Error! invalid-bedmethyl-data**
Could you please advise on what might be causing this issue and how to resolve it?
Thank you in advance for your help.
Best regards,
Amal