Hi there,
I am a Delphi/php guy and I am new using C++ in bioinformatics.
I am looking for the most mature c++ library than can deal with Next Generation Sequecing data and common file formats used in biology(gbk, ptt, fasta, sam, etc...).
Do you have any idea ?
Thank you for your help,
cheers,
toni
I am a Delphi/php guy and I am new using C++ in bioinformatics.
I am looking for the most mature c++ library than can deal with Next Generation Sequecing data and common file formats used in biology(gbk, ptt, fasta, sam, etc...).
Do you have any idea ?
Thank you for your help,
cheers,
toni

in case you get angry while trying to read the "documentation" of the C-API, have a look at bamtools instead (on samtools.com on the right there's a section "other language bindings" - bamtools is the one in c++). Found it way easier to understand and use
and regarding memory efficiency and speed, c++ is way better than python (at least in my programs and scripts).
Comment