Re: [modeller_usage] Multiple instance reading the same restraint file
To: Ajasja Ljubetič <>,
Subject: Re: [modeller_usage] Multiple instance reading the same restraint file
From: Modeller Caretaker <>
Date: Tue, 22 May 2018 13:45:55 -0700
On 05/22/2018 06:21 AM, Ajasja Ljubetič wrote:
*My question is: can I rename the *.rsr and *.ini and *.sch files that
automodel is using, so **that each instance will have a unique ID?*
Sure - just override the set_defaults() method in your automodel
subclass, or set self.csrfile, self.inifile, and self.schfile somewhere
else in your custom class to unique values.