You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: