Closed yamule closed 3 years ago
Thank you, good catch! I will push a fix shortly.
I think the 3 Neff values are not being used so this shouldn't impact AlphaFold, but it is always good to have correctly implemented code snippets (that people might reuse).
Oh really? I think Neffs are quite important. They represent weather the profiles of those positions are reliable or not (in my opinion).
This is a bit old issue but in the hmm profile extraction function in alphafold_casp13/README.md, all of the values are calculated using the formula 2**(-float(t) / 1000.)
However, according to the hh-suite user guide https://github.com/soedinglab/hh-suite/releases/tag/userguide , "The three local diversities, Neff_M, Neff_I, and Neff_D are given in units of 0.001 (see next paragraph). "
Thus, I think it would be better to be as follows: