taoqxtaozi
taoqxtaozi
Hi, When I compile the C files, I get such warnings: ``` /root/miniconda3/bin/x86_64-conda-linux-gnu-cc -std=c99 -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /root/miniconda3/include -O3 -g -Wall --pedantic -funroll-loops -DNDEBUG -I../externalTools/quicktree_1.1/include/ -march=nocona -mtune=haswell -ftree-vectorize -fPIC...
Hi, In the paper about statistics you provide in Wiki, t(x)=lambda_t*sum_of(plogp), but in your code, in wentropy.cpp, it is ```col_stat[x] -= p[x][a] * log(p[x][a]);``` in line 119 and in trident.cpp,...
Hi, I'm installing segalign through conda, I can success when my platform is linux-64, but cannot find the package when my platform is linux-ppc64le, here is the information: ``` $...