yangao07 / TideHunter

TideHunter: efficient and sensitive tandem repeat detection from noisy long reads using seed-and-chain
MIT License
26 stars 4 forks source link

fix compilation errors #9

Closed frederic-mahe closed 11 months ago

frederic-mahe commented 11 months ago

On a Linux machine, with different versions of GCC (7, 8, 11), compilation ends with errors. Indicating that the C code follows the C99 standard with some GNU extensions (for pthreads) allows compilation to go through.