File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import signal
1414import inspect
1515from multiprocessing import *
1616
17- __version__ = "1.6.1 "
17+ __version__ = "1.6.2 "
1818reroot_tree = True #use --midpoint-reroot
1919
2020try :
@@ -1508,8 +1508,8 @@ Please verify recruited genomes are all strain of interest""")
15081508 if not VERBOSE and os .path .exists ("%s/tmp" % (outputDir )):
15091509 shutil .rmtree ("%s/tmp" % (outputDir ))
15101510
1511- if os .path .exists ("%s/parsnp.snps.mblocks" % (outputDir )):
1512- os .remove ("%s/parsnp.snps.mblocks" % (outputDir ))
1511+ # if os.path.exists("%s/parsnp.snps.mblocks"%(outputDir)):
1512+ # os.remove("%s/parsnp.snps.mblocks"%(outputDir))
15131513 if os .path .exists ("%s/parsnp.snps.mblocks.reduced" % (outputDir )):
15141514 os .remove ("%s/parsnp.snps.mblocks.reduced" % (outputDir ))
15151515
You can’t perform that action at this time.
0 commit comments