diff --git a/modules/bindings/pymod/hhblits.py b/modules/bindings/pymod/hhblits.py index 9b567eaa5279f054b832f18fc7b5365e18122468..f6f0e8d7c6ceb60bcab1df8fc40841b3c99e80bd 100644 --- a/modules/bindings/pymod/hhblits.py +++ b/modules/bindings/pymod/hhblits.py @@ -596,9 +596,9 @@ class HHblits: return a3m_file # add secondary structure annotation - addss_cmd = "%s %s" % (os.path.join(self.hhsuite_root, - 'scripts/addss.pl'), - a3m_file) + addss_cmd = "perl %s %s" % (os.path.join(self.hhsuite_root, + 'scripts/addss.pl'), + a3m_file) env = dict(os.environ) env.update({'PERL5LIB' : os.path.join(self.hhsuite_root, 'scripts'), 'HHLIB' : os.path.join(self.hhsuite_root),