Hi everyone,I have multiple BAM files that I want to get the read numbers from. I tried using the multicov command like so:bedtools multicov -bams 1.bam 2.bam -bed ce10.bed > intersect.txtBut I get the error "Could not open input BAM files".However, when I use the multicov command on each file individually, it works fine.Anyone know why that's the case?
I had the same error. I sorted and indexed my file, and it finally worked. I am quite new to the tool, so I hope I did not do anything stupid there !Is there any manual page explaining the tool, notably the output ?