Closed tdido closed 8 years ago
I'm getting an error when using mmr on a particular BAM file (it's worked fine with others). I'm trying to figure out the cause and would appreciate any help.
Command line I used: mmr -v -t 6 -b -o mmr.bam sample.bam
mmr -v -t 6 -b -o mmr.bam sample.bam
Output is available in the attached file.
Sample BAM file is available here.
OS is Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-75-generic x86_64)
Hi Tomás, The input file needs to be sorted by read ID. The provided sample file is sorted by position. Cheers, Andre
You're right, that was the cause. Thanks.
I'm getting an error when using mmr on a particular BAM file (it's worked fine with others). I'm trying to figure out the cause and would appreciate any help.
Command line I used:
mmr -v -t 6 -b -o mmr.bam sample.bam
Output is available in the attached file.
Sample BAM file is available here.
OS is Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-75-generic x86_64)