clintval / vartovcf

Convert variants from VarDict/VarDictJava into VCF v4.2 format.
MIT License
4 stars 0 forks source link

Build a variant struct to communicate what to write on each loop #69

Closed clintval closed 2 years ago

clintval commented 3 years ago

Because rust htslib requires clearing of previously emitted buffers, we'll need to keep track of optional keys in an ever-growing hash and then loop through them and clear them. The hash will never get large.

clintval commented 2 years ago

I think I would rather explore using Rust noodles first.