Dear all, I found the solution to include disulfide bonds, while the later problem is how to combine multiple cpu caculation and including disulfide bridges together? they can be performed indenpendently but not together, could you please give me some suggestion?
model.py # Example of changing the default optmization schedule from modeller import * from modeller.automodel import * from modeller.parallel import *
# Give less weight to all soft-sphere restraints: env.schedule_scale = physical.values(default=1.0, soft_sphere=0.7) env.io.atom_files_directory = ['.', '../atom_files']
a = Mymodel(env, alnfile='GBSS1-mult.ali',knowns=('2r4tA','3copA','3cx4A'), sequence='GBSS1')