Skip to content

Commit

Permalink
fix(genes.rotamers): with_original key was not in validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 17, 2018
1 parent ffe378d commit 72c536b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gaudi/genes/rotamers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class Rotamers(GeneProvider):
_validate = {
parse.Required('residues'): [parse.Named_spec("molecule", "residue")],
'library': parse.Any('Dunbrack', 'dunbrack', 'Dynameomics', 'dynameomics'),
'with_original': parse.Boolean,
}

# Avoid unnecesary calls to expensive get_rotamers if residue is known
Expand Down

0 comments on commit 72c536b

Please sign in to comment.