Clodius is a tool for breaking up large data sets into smaller tiles that can subsequently be displayed using an appropriate viewer.
39
stars
21
forks
source link
Return BAM data in a columnar format to save space #111
Closed
pkerpedjiev closed 5 years ago
Description
What was changed in this pull request?
Previously BAM data was returned in the format:
After this PR, we return it in a columnar format:
Fixes #___
Checklist