Skip to content

Commit

Permalink
Add vinardo into docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
eunos-1128 committed Feb 22, 2024
1 parent c02f128 commit ab719b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/python/vina/vina.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def set_ligand_from_string(self, pdbqt_string):
self._ligands = pdbqt_string

def set_weights(self, weights):
"""Set potential weights for vina or ad4 scoring function.
"""Set potential weights for vina, vinardo or ad4 scoring function.
Args:
weights (list): list or weights
Expand Down Expand Up @@ -266,7 +266,7 @@ def compute_vina_maps(self, center, box_size, spacing=0.375, force_even_voxels=F
self._voxels[2] += int(self._voxels[2] % 2 == 1)

def load_maps(self, map_prefix_filename):
"""Load vina or ad4 affinity maps.
"""Load vina, vinardo or ad4 affinity maps.
Args:
map_prefix_filename (str): affinity map prefix filename
Expand Down

0 comments on commit ab719b7

Please sign in to comment.