biod / sambamba

Tools for working with SAM/BAM data

Home Page:http://thebird.nl/blog/D_Dragon.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depth region -L for multiple bam

yuanjianwen-gif opened this issue · comments

I try:
sambamba depth region -L $bed $sample1.bam $sample2.bam ... > output.bed

and I expected to get multiple coverage columns that indicate the multiple input bams in one output, but it will merge all bams into one and only get the sum coverage in one column. I do not know whether it is a bug but I think what I expected may be better.
Thanks!