brentp / hts-nim

nim wrapper for htslib for parsing genomics data files

Home Page:https://brentp.github.io/hts-nim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set tag/ append tag

ruqianl opened this issue · comments

Hi Brent,

Could we also have a set_tag or append_tag() function?

Thanks,
Ruqian

this has been added. just use, e.g.:

aln.set_tag("AS", 22)

let me know any problems, and please continue to open issues for stuff like this. As you can tell, some of the stuff to write/update records is missing. I am happy to add that, I just haven't needed most of it yet.