brentp / vcfgo

a golang library to read, write and manipulate files in the variant call format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keep header in same order

brentp opened this issue · comments

need to use ordered_map.

The header is sorted wherever a map was used so that it's deterministic