mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 03:30:25 +08:00
Fixing _ vs dot yet again in trees.py
This commit is contained in:
parent
d6b89c23d1
commit
f4b29ca82d
@ -43,7 +43,7 @@ def run(params):
|
||||
os.mkdir(tax_iqtree_outdir)
|
||||
|
||||
#Run IQ-Tree
|
||||
os.system('iqtree2 -s ' + guidance_path + '/' + file + ' -m LG+G -T 10 --prefix ' + tax_iqtree_outdir + '/' + file.split('.')[0].split('_preguidance')[0] + '_IQTree')
|
||||
os.system('iqtree2 -s ' + guidance_path + '/' + file + ' -m LG+G -T 10 --prefix ' + tax_iqtree_outdir + '/' + file.split('.')[0].split('_preguidance')[0] + '.IQTree')
|
||||
|
||||
#Copy over the final output
|
||||
if os.path.isfile(tax_iqtree_outdir + '/' + file.split('.')[0].split('_preguidance')[0] + '.IQTree.treefile'):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user