tseemann / snp-dists

Pairwise SNP distance matrix from a FASTA sequence alignment
GNU General Public License v3.0
126 stars 28 forks source link

Fixes issue #14 #15

Closed andersgs closed 6 years ago

andersgs commented 6 years ago

Between the release of version 0.2 and 0.4 MAX_SEQ went from 100,000 to 1,000,000. Causing it to segfault. This just brings it back to 100,000. A.

tseemann commented 6 years ago

I will solve this by dynamic heap allocation instead.