Skip to content

Commit

Permalink
Update function description
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Dec 7, 2015
1 parent 0f23c29 commit 25ecec4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plot_noe.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import shlex


def plot_noe(filename, line_color=None, advanced_coloring=0, line_width='1.0', single=0, quiet=1, aria=0, per_atom=0,
def plot_noe(filename, line_color=None, line_width='1.0', advanced_coloring=0, single=0, quiet=1, aria=0, per_atom=0,
per_residue=1):
"""
DESCRIPTION
Expand All @@ -23,13 +23,13 @@ def plot_noe(filename, line_color=None, advanced_coloring=0, line_width='1.0', s
filename = string: The filename of the NOE retraint file in XPLOR NIH format.
single = string: create a single object for all restraints.
line_color = string: The color for the NOE lines. {default: yellow}
selection = string: atom selection {default: all}
line_width = float: The thickness of the NOE lines. {default: 1.0}
line_color = string: The color for the NOE lines. {default: black}
advanced_coloring = color restraints by distance.
line_width = float: The thickness of the NOE lines. {default: 1.0}
single = string: create a single object for all restraints.
aria = integer: Name NOEs after Aria IDs.
Expand Down

0 comments on commit 25ecec4

Please sign in to comment.