Skip to content

Commit

Permalink
small changes in docx interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Oct 18, 2023
1 parent a7d5a78 commit 5914747
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ def TCLforSingleInteraction(interaction, color='blue', tcl_file=tcl_file):
computed by any function which returns interactions.
:arg interactions: List of interaction lists for protein interactions.
:type interactions: List
:type interactions: list
:arg color: Name of the color which will be used for the visualization of
interactions in VMD
Expand Down Expand Up @@ -2834,8 +2834,9 @@ def getFrequentInteractors(self, contacts_min=3):
(6) Hydrophobic interactions (hp)
(7) Disulfide bonds (disb)
:arg contacts_min: Minimal number of contacts which residue may form with other residues.
:type contacts_min: int, be default 3. """
:arg contacts_min: Minimal number of contacts which residue may form with other residues,
by default 3.
:type contacts_min: int """

atoms = self._atoms
interactions = self._interactions
Expand Down

0 comments on commit 5914747

Please sign in to comment.