chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
272 stars 59 forks source link

Use alignment.clear() instead of alignment.ordinals.clear() #112

Closed bagashe closed 4 years ago

bagashe commented 4 years ago

Hides the implementation detail of what clearing an alignment does. I added the clear public method to Alignment.hpp in an earlier commit. This commit migrates all existing calls to alignment.ordinals.clear() to alignment.clear().