gogetdata / ggd-cli

The command-line interface to GGD
MIT License
42 stars 3 forks source link

check-sort-order unable to parse bcf files #43

Open mikecormier opened 3 years ago

mikecormier commented 3 years ago

go language does not have a bcf parser. Therefore, check-sort-order cannot check the sort order of .bcf files.

Brent started a bcf parser in go, but it is not finished: https://github.com/brentp/bcf

1) For now:

2) Future: