LePingKYXK / PDB_cleaner

A Python 3 script for cleaning up the PDB file
10 stars 5 forks source link

modified the non_std_residues() function #7

Closed LePingKYXK closed 7 years ago

LePingKYXK commented 7 years ago

nonstdRes = pdb_info.ResName[~pdb_info.ResName.isin(AMINO_ACIDS)].unique() and some other tiny modifications.

LePingKYXK commented 7 years ago

modified nonstdRes, and some other improvements.