You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
During motif generation (the /tasks/updatemotifs endpoint), we get 85 NullPointerExceptions in GenerateMotifService.java on the line res.setResidueChainName(group.getResidueNumber().getChainName());.
We should investigate some of these cases to see what the cause is. If the cause is out of our control, we should gracefully handle this situation so our logs don't explode with 85 stack traces.