broadinstitute / gamgee

A C++14 library for NGS data formats
http://broadinstitute.github.io/gamgee/
MIT License
40 stars 13 forks source link

RBS should use VariantBuilder to set start, stop, and ref base #307

Open jmthibault79 opened 9 years ago

jmthibault79 commented 9 years ago

ReferenceBlockSplittingVariantIterator is currently a WIP on branch jt_rbs_checkpoint_1

It modifies Variant directly to change alignment start, alignment stop, and (after #306) ref base. It should use VariantBuilder instead.

jmthibault79 commented 9 years ago

Depends on #320