I want to build a model of query sequence (qseq) based on the alignment against the multiple templates using the `model_mult.py'.
from modeller import *
from modeller.automodel import *
env = environ()
a = automodel(env, alnfile='qseq-mult.ali',
knowns=('1bdmA','2mdhA','1b8pA'), sequence='qseq')
a.starting_model = 1
a.ending_model = 5
a.make()
when I run the model, the final output could only generate molpdf score. what syntax should I use to generate that DOPE score?