Update contamination.py

This commit is contained in:
Godwin N. Ani 2025-04-07 12:36:17 -04:00 committed by GitHub
parent 7074a1e71a
commit c92f490837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -472,8 +472,10 @@ def run(params):
cl_fasttree(params)
elif params.cl_tree_method == 'iqtree':
cl_iqtree(params)
os.system('rm -r ' + params.output + '/Output/Intermediate/IQTree/*')
elif params.cl_tree_method == 'iqtree_fast':
cl_iqtree_fast(params)
os.system('rm -r ' + params.output + '/Output/Intermediate/IQTree/*')
elif params.cl_tree_method == 'raxml':
os.system('rm -r ' + params.output + '/Output/Intermediate/RAxML/*')
trees.run(params)