69
edits
m (→Atom selection: add example) |
|||
Line 505: | Line 505: | ||
=== [http://www.phenix-online.org/documentation/pdbtools.htm phenix.pbdtools] - PDB model manipulations and statistics === | === [http://www.phenix-online.org/documentation/pdbtools.htm phenix.pbdtools] - PDB model manipulations and statistics === | ||
e.g. | e.g. | ||
phenix.pdbtools your_model.pdb | phenix.pdbtools your_model.pdb model_statistics=True | ||
will show you complete statistics about B-factors | will show you complete statistics about B-factors and stereochemistry, | ||
phenix.pbdtools your_model.pdb set_b_iso=25.3 selection="chain A and resname ALA and name CA" | phenix.pbdtools your_model.pdb set_b_iso=25.3 selection="chain A and resname ALA and name CA" | ||
will set all B=25 for all CA atoms in all ALA residues of chain A. | will set all B=25 for all CA atoms in all ALA residues of chain A. |