walaj / SeqLib

C++ htslib/bwa-mem/fermi interface for interrogating sequence data
http://bioinformatics.oxfordjournals.org/content/early/2016/12/21/bioinformatics.btw741.full.pdf+html
Other
132 stars 36 forks source link

can I use SeqLib at my C scripts? #14

Closed zeronot closed 7 years ago

zeronot commented 7 years ago

HI, I need to write C scripts to deal with bam , and I wanna use SeqLib ,other than htslib, but I am not sure whether SeqLib is work . I do not want to use htslib,because it can provide enough examples to tell me how to use .I think your library is better .

walaj commented 7 years ago

@zeronot

Thanks for your interest, although I should say that htslib is an incredible library -- this is just a C++ face on top of it. If you can use C++ (but not C) for your project, this should work for nearly all BAM processing needs. Let me know if any issues if you end up trying this.

Best, Jeremiah

zeronot commented 7 years ago

Thanks! I will have a try . keep contact . @walaj