Return CONTIG name, or "(unknown)"
Like bcf_seqname(), but this function will never return NULL. If the contig name cannot be found (either because @p hdr was not supplied or rec->rid was out of range) it returns the string "(unknown)".
See Implementation
Return CONTIG name, or "(unknown)"
Like bcf_seqname(), but this function will never return NULL. If the contig name cannot be found (either because @p hdr was not supplied or rec->rid was out of range) it returns the string "(unknown)".