While using dnmtools (v 1.2.4 by command line) mlml with mock bisulfite and oxidated bisulfite data. Some, but not all, samples yielded this error:
error: chrom or pos mismatch in both files
The input files were generated from dnmtools counts from bam files from Bismark alignment.
I found that the reference had some small contig "chromosomes" one of which apparently had at least 1 read for one library time but not the other, causing this mismatch in the chromosomes represented in the two .meth files.
The error was resolved when I filtered out rows in the .meth file from that contig with awk, but it would be better if mlml solved this case.
While using dnmtools (v 1.2.4 by command line) mlml with mock bisulfite and oxidated bisulfite data. Some, but not all, samples yielded this error:
error: chrom or pos mismatch in both files
The input files were generated from dnmtools counts from bam files from Bismark alignment.
I found that the reference had some small contig "chromosomes" one of which apparently had at least 1 read for one library time but not the other, causing this mismatch in the chromosomes represented in the two .meth files.
The error was resolved when I filtered out rows in the .meth file from that contig with awk, but it would be better if mlml solved this case.