GATB / gatb-core

Core library of the Genome Analysis Toolbox with de-Bruijn graph
https://gatb.inria.fr/software/gatb-core/
63 stars 26 forks source link

char* to const char* change for copy signature, also add string interface #34

Closed kemin711 closed 3 years ago

kemin711 commented 4 years ago

It is more proper to use const char* for Data constructor if the intention is to make a copy. Also need to be more compatible with modern C++ interface. So added string as argument for constructor.

kemin711 commented 4 years ago

ccpp.yml ignore this file, I don't even know how github generate this file for me.

rchikhi commented 3 years ago

merged, thanks!