Skip to content

Commit

Permalink
Doc string update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 11, 2017
1 parent f88e07b commit 72abe66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nmrstarlib/csviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ def __init__(self, from_path, amino_acids=None, atoms=None, filename=None, csvie
"""CSViewer initializer.
:param str from_path: Path to single NMR-STAR file or BMRB id.
:param list or tuple amino_acids: List of atom types, e.g. 'ALA', 'GLY', 'SER', etc. Leave as `None` to include everything.
:param list or tuple atoms: List of atom types, e.g. 'CA', 'CB', 'HA', etc. Leave as `None` to include everything.
:param amino_acids: Sequence of amino acids three letter codes, e.g. 'ALA', 'GLY', 'SER', etc. Leave as `None` to include everything.
:type amino_acids: :py:class:`list` or :py:class:`tuple`
:param atoms: Sequence of atom types, e.g. 'CA', 'CB', 'HA', etc. Leave as `None` to include everything.
:type atoms: :py:class:`list` or :py:class:`tuple`
:param str filename: Output filename chemical shifts graph to be saved.
:param str csview_format: `svg`, `png`, `pdf`. See http://www.graphviz.org/doc/info/output.html for all available formats.
:param str nmrstar_version: Version of NMR-STAR format to use for look up chemichal shifts loop.
Expand Down

0 comments on commit 72abe66

Please sign in to comment.