Skip to content

🏔 coverage extraction from BAM/CRAM files, supporting targets 📊  

License

Notifications You must be signed in to change notification settings

telatin/bamtocov

Repository files navigation

bamtocov

Build Bamtocov Downloads Platforms

bamtocov logo

Tools to extract coverage informations from BAM (and CRAM) files, based on the covtobed algorithm that supports stranded coverage and physical coverage, input from streams and uses a memory-efficient algorithm.

📖 Documentation

Full documentation is available online at the 📖 dedicated website, or in this repository under docs.

Installation

The BamToCov package is available from 📦 BioConda

conda install -y -c bioconda bamtocov

Benchmarks

Bamtocov has the smallest memory footprint of any other coverage tool, while maintaining reasonable speeds

References

Initially we also used Lapper, and I recommend checking out this library for fast interval operations.