Skip to content

Commit

Permalink
Merge pull request #8 from erikrikarddaniel/erikrikarddaniel-patch-1
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
amkozlov authored Oct 26, 2023
2 parents 5002746 + 2056a41 commit 94359c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epac/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def __init__(self, args=None):
self.check_raxml()

if not self.restart:
os.mkdir(self.temp_dir)
os.makedirs(self.temp_dir)

def set_defaults(self):
self.muscle_home = self.epac_home + "/epac/bin" + "/"
Expand Down

0 comments on commit 94359c8

Please sign in to comment.