dzerbino / velvet

Short read de novo assembler using de Bruijn graphs, as published in: D.R. Zerbino and E. Birney. 2008. Velvet: algorithms for de novo short read assembly using de Bruijn graphs. Genome Research, 18: 821-829
https://europepmc.org/article/pmc/2336801
GNU General Public License v2.0
278 stars 99 forks source link

isCreateBinary() should not be inline #27

Closed jmarshall closed 10 years ago

jmarshall commented 10 years ago

This function is used from several .c files; with inline here, compilation with clang was broken.