mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 14:40:25 +08:00
Update contamination.py
This commit is contained in:
parent
7074a1e71a
commit
c92f490837
@ -472,8 +472,10 @@ def run(params):
|
|||||||
cl_fasttree(params)
|
cl_fasttree(params)
|
||||||
elif params.cl_tree_method == 'iqtree':
|
elif params.cl_tree_method == 'iqtree':
|
||||||
cl_iqtree(params)
|
cl_iqtree(params)
|
||||||
|
os.system('rm -r ' + params.output + '/Output/Intermediate/IQTree/*')
|
||||||
elif params.cl_tree_method == 'iqtree_fast':
|
elif params.cl_tree_method == 'iqtree_fast':
|
||||||
cl_iqtree_fast(params)
|
cl_iqtree_fast(params)
|
||||||
|
os.system('rm -r ' + params.output + '/Output/Intermediate/IQTree/*')
|
||||||
elif params.cl_tree_method == 'raxml':
|
elif params.cl_tree_method == 'raxml':
|
||||||
os.system('rm -r ' + params.output + '/Output/Intermediate/RAxML/*')
|
os.system('rm -r ' + params.output + '/Output/Intermediate/RAxML/*')
|
||||||
trees.run(params)
|
trees.run(params)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user