Update contamination.py

This commit is contained in:
Godwin N. Ani 2025-07-09 13:59:38 -04:00 committed by GitHub
parent 99647c87bc
commit 4e63a165b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -480,10 +480,5 @@ def run(params):
os.system('rm -r ' + params.output + '/Output/Intermediate/RAxML/*')
#if 'iqtree' in params.cl_tree_method:
#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)