Skip to content

Commit

Permalink
Fix a docstring to include vinardo for sf_name
Browse files Browse the repository at this point in the history
  • Loading branch information
eunos-1128 committed Feb 22, 2024
1 parent 350bb7f commit c02f128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/python/vina/vina.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, sf_name='vina', cpu=0, seed=0, no_refine=False, verbosity=1):
"""Initialize a Vina object.
Args:
sf_name (str): Scoring function name to use (Vina or ad4) (default: vina)
sf_name (str): Scoring function name to use (vina, vinardo or ad4) (default: vina)
cpu (int): Number of CPU to use (default: 0; use all of them)
seed (int): Random seed (default: 0; ramdomly choosed)
no_refine (boolean): when receptor is provided, do not use explicit receptor atoms
Expand Down

0 comments on commit c02f128

Please sign in to comment.