dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

Add Parser For PacBio CCS BAM #1

Closed evolvedmicrobe closed 8 years ago

evolvedmicrobe commented 8 years ago

This adds a parser for the new PacBio CCS data BAM format. It wraps the already existing BAM files and converts the SAMAlignedSequence type into a PacBioCCSRead type for less memory storage and easier access. Tests to verify the behavior are included.