bedtools2 icon indicating copy to clipboard operation
bedtools2 copied to clipboard

Speed up genomecov

Open arq5x opened this issue 11 years ago • 2 comments

Currently, even with sorted data, the algorithm is two-pass. It can reallty be done in one pass. As such, memory and runtime will be reduced.

arq5x avatar Jan 16 '14 19:01 arq5x

I'll just put a +1 for this. Sorted BAM input is already a requirement, so this should be simple.

mdshw5 avatar Oct 01 '14 15:10 mdshw5

Is this supported now for BED input? It would be nice if a sorted option would allow it with BED file as input.

bedtools genomecov -sorted -bg -i test.sorted.bed  -g hg38.chrom_sizes.tsv > test.sorted.bg

ghuls avatar Jul 01 '22 21:07 ghuls