Skip to content

Commit

Permalink
Merge pull request #83 from andrewjpage/master
Browse files Browse the repository at this point in the history
delete intermediate raxml files
  • Loading branch information
andrewjpage committed Jul 1, 2013
2 parents db49772 + 8c0f4f4 commit eb0db7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run_gubbins.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,12 @@ def use_bundled_exec(input_executable, bundled_executable):
current_tree_name = ""
max_iteration = 1


# cleanup RAxML intermediate files
if args.no_cleanup == 0 or args.no_cleanup is None:
raxml_regex_for_file_deletions = raxml_regex_for_file_deletions(base_filename_without_ext,current_time,starting_base_filename, args.iterations)
delete_files_based_on_list_of_regexes('.', raxml_regex_for_file_deletions, args.verbose)

for i in range(1, args.iterations+1):
max_iteration += 1

Expand Down

0 comments on commit eb0db7a

Please sign in to comment.