You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is to cut PDB files based on fields. This code is used to cut the orginal PDB saved in the refined/ directory from res. # 3614 and above and only the B chian.
Made by Salah Salah (SalahEzSalah@gmail.com)
Date: Juny 10th. 2018
"""
for i in range(1,51): # Because I have 50 PDB
with open("../input_data/activation_core/"+str(i).zfill(2)+".pdb",'w') as new_pdb: