One more tidbit...
I used a command like
bamToBed -i seq.alnSDU.bam | slopBed -s -r 75 -l 0 -i stdin -g
$genomefile | genomeCoverageBed -bga -scale 0.03049 -i stdin -g
$genomefile > seq.bgr
and I would have thought that this would generate clean trimmed input
for genomeCoverageBed. genomeCoverageBed didn't like this line of
input:
MT 0 -1 9432NS1:23:C0YBUACXX:3:1105:8122:35974/2 29 +
So it looks like slopBed is causing the problem with this input
MT 0 20 9432NS1:23:C0YBUACXX:3:1105:8122:35974/2 29 +
Vince