With out copying over ../../protocols/backrub_seqtol/settings.json.example it gives this error message.
Traceback (most recent call last):
File "../../protocols/backrub_seqtol/backrub_seqtol.py", line 69, in <module>
raise Exception('Please create the configuration file %s.' % settings_file)
Exception: Please create the configuration file ../../protocols/backrub_seqtol/settings.json
In the instructions, say to copy over settings.json.example to settings.json and set options, and also have the error message say to copy over settings.json.example to settings.json.
With out copying over
../../protocols/backrub_seqtol/settings.json.example
it gives this error message.In the instructions, say to copy over
settings.json.example
tosettings.json
and set options, and also have the error message say to copy oversettings.json.example
tosettings.json
.