Update GuidanceWrapper_v2.1.py

This commit is contained in:
Godwin Ani 2024-05-04 23:20:11 -04:00 committed by GitHub
parent 2ac482572d
commit b02f0518ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,8 +108,7 @@ for file in [f for f in os.listdir(guidance_input) if f.endswith('.fa') or f.end
os.system('mv ' + iteration_folder + '/' + gdir_file + ' ' + iteration_folder + '/' + file.split('.')[0].split('_preguidance')[0] + '_' + gdir_file + '.aln')
else:
os.system('mv ' + iteration_folder + '/' + gdir_file + ' ' + iteration_folder + '/' + file.split('.')[0].split('_preguidance')[0] + '_' + gdir_file)
os.system('rm -r ' + tax_guidance_outdir + '/*')
else:
fail = True