7 Aug
2020
7 Aug
'20
2:21 p.m.
Hi,
I thought this would be extremely easy to find if you can do, but I guess not. I would like to be able to change the ROOT_NAME of the model from automodel.make().
For instance:
a = automodel(env, alnfile = 'TSC2_6ssh.ali', knowns = ('6ssh'), sequence = 'TSC2_HUMAN')
a.make() # Here I want the prefix to be 'TSC2_6ssh' and not 'TSC2_HUMAN' so all files and pdb file at end would be TSC2_6ssh.B99990001.pdb
Is this possible?
Brian Wiley JHU