noamkremen

Results 4 comments of noamkremen

An internal build environment, via pyenv. typing_extensions makes NoReturn available in python 3.6.1, if you are willing to introduce it as a dependency.

To give more context, my specific path to this error was via paramiko, which will pull in the latest (> 1.0.1) pynacl version by default during installation. https://github.com/paramiko/paramiko/blob/7714caf79a09dc455a32c6071dd22ba37c399758/setup.py

@dominiquesydow GLY 393 should be excluded from the HSE calculation but not because it's a bug. The original HSE paper (http://people.binf.ku.dk/~thamelry/publications/proteins_exposure.pdf) treats glycine as a special case and constructs a...

Looks ok to me. But I would make the path you added throw an exception by default and add a function argument/instance attribute that will disable the exception. The reason...