MstatX icon indicating copy to clipboard operation
MstatX copied to clipboard

A multiple alignment analyser

Results 2 MstatX issues
Sort by recently updated
recently updated
newest added

Whenever I launch MstatX I keep having the same error message: "Cannot open file data/aaindex/HENS920102.mat" Setting the $SCORE_MAT_PATH variable in my .bashrc to /path/to/mstatX/ , /path/to/mstatX/data/ or /path/to/mstatX/data/aaindex doesn't change...

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,...