bioinfo-ut / GenomeTester4

A toolkit for performing set operations - union, intersection and complement - on k-mer lists.
GNU General Public License v3.0
32 stars 14 forks source link

Fixed version value in gt4_word_map_new call #9

Open gbrsales opened 6 years ago

gbrsales commented 6 years ago

One of the calls to gt4_word_map_new in glistcompare.c sets the major_version argument to VERSION_MINOR.

I think the correct value should be VERSION_MAJOR.