「view this page in B3 βῆτα server」

Revisions №60937

branch: master 「№60937」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d6e940ba64c067d9」 「№4225」
Difference from previous tested commit:  code diff
Commit date: 2019-09-18 02:15:56

Merge pull request #4225 from RosettaCommons/vmullig/no_nbr_atom_error Adding check for NBR_ATOM and NBR_RADIUS lines in params files. Currently, a params file without a NBR_ATOM line results in a very cryptic error when you try to score a pose containing that residue. Since a params file is really a Rosetta input, and users might provide their own, this isn't ideal: we should have proper error-handling with an informative error message if badly-formatted or incomplete inputs are provided. This pull request adds an explicit check for NBR_ATOM and NBR_RADIUS lines on params file read.

...