__init__(self,
fcrd,
fref,
box=0,
rnAmber=0,
pdbCode=None,
log=StdLog(),
verbose=0)
(Constructor)
| source code |
-
- Parameters:
fcrd (str ) - path to input coordinate file
fref (str ) - PDB or pickled PDBModel with same atom content and order
box (1|0 ) - expect line with box info at the end of each frame (default:
0)
rnAmber (1|0 ) - rename amber style residues into standard (default: 0)
pdbCode (str ) - pdb code to be put into the model (default: None)
log (Biskit.LogFile ) - LogFile instance [Biskit.StdLog]
verbose (int ) - print progress to log [0]
|