protein
Classes:
-
Protein
–A helper tool for the protein file. It calculates the number of ions needed to neutralise it
Protein
Protein(filename=None, config=None)
A helper tool for the protein file. It calculates the number of ions needed to neutralise it (using ambertools for now).
:param filename: filepath to the protein
:type filename: string
:param config: Optional configuration for the protein
:type config: :class:Config
Methods:
-
get_path
–Get a path to the protein.
Source code in ties/protein.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|
get_path
get_path()
Get a path to the protein.
:return: the protein filename :rtype: string
Source code in ties/protein.py
45 46 47 48 49 50 51 52 |
|