![]() |
Rosetta
2015.31
|
Functions | |
| def | cleanATOM |
| def | cleanCRYS |
| def toolbox.cleaning.cleanATOM | ( | pdb_file, | |
out_file = '', |
|||
edit = -4 |
|||
| ) |
Writes all lines in the PDB file <pdb_file> beginning with "ATOM" or
"TER" into <out_file> (defaults to <pdb_file>.clean.pdb)
note: the third argument, <edit>, if for PDB files not ending in .pdb
example:
cleanATOM('1YY9.pdb')
See also:
Pose
Pose.dump_pdb
pose_from_pdb
pose_from_rcsb
cleanCRYS
References basic::database.open().
| def toolbox.cleaning.cleanCRYS | ( | pdb_file, | |
olig = 2, |
|||
out_file = '' |
|||
| ) |
1.8.7