ELELAB / mutatex

scripts and facilities for in-silico mutagenesis with FoldX
GNU General Public License v3.0
51 stars 8 forks source link

`ddg2logo` crashes if no config file is provided #165

Closed mtiberti closed 10 months ago

mtiberti commented 1 year ago

trying to work on #164 , I realised that the script crashes if no config file is provided:

Traceback (most recent call last):
  File "/data/user/teo/mutatex/myenv/bin/ddg2logo", line 7, in <module>
    exec(compile(f.read(), __file__, 'exec'))
  File "/data/user/teo/mutatex/bin/ddg2logo", line 413, in <module>
    config=config
NameError: name 'config' is not defined

so I couldn't even test for #164. Let's fix this one first and then we can proceed on that one