Add support for HTSlib bam_aux_update_str(), bam_aux_update_int(), bam_aux_update_float(), bam_aux_update_array:
samtools/htslib#694
This allows updating an existing aux tag instead of having to do: remove_aux => push_aux and also keeps that aux at the same position instead of moving it to the end.
Add support for HTSlib
bam_aux_update_str(),bam_aux_update_int(),bam_aux_update_float(),bam_aux_update_array:samtools/htslib#694
This allows updating an existing aux tag instead of having to do:
remove_aux=>push_auxand also keeps that aux at the same position instead of moving it to the end.