samtools / htslib

C library for high-throughput sequencing data formats
Other
799 stars 445 forks source link

bcf_strerror method to get description of error code #1510

Closed vasudeva8 closed 1 year ago

vasudeva8 commented 1 year ago

Changes to have description of error values through bcf_strerror method.

vasudeva8 commented 1 year ago

Added handling for error codes without description, to show unknown error

daviesrob commented 1 year ago

I've added a couple of commits to adjust the documentation slightly, and pull in the libdeflate fix from develop.

I'll squash and merge everything shortly.