Skip to content

Commit c5fea61

Browse files
committed
no longer remove mblocks file
1 parent 0c1cc98 commit c5fea61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

parsnp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import signal
1414
import inspect
1515
from multiprocessing import *
1616

17-
__version__ = "1.6.1"
17+
__version__ = "1.6.2"
1818
reroot_tree = True #use --midpoint-reroot
1919

2020
try:
@@ -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

0 commit comments

Comments
 (0)