Skip to content

Commit

Permalink
no longer remove mblocks file
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Feb 16, 2022
1 parent 0c1cc98 commit c5fea61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parsnp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import signal
import inspect
from multiprocessing import *

__version__ = "1.6.1"
__version__ = "1.6.2"
reroot_tree = True #use --midpoint-reroot

try:
Expand Down Expand Up @@ -1508,8 +1508,8 @@ Please verify recruited genomes are all strain of interest""")
if not VERBOSE and os.path.exists("%s/tmp"%(outputDir)):
shutil.rmtree("%s/tmp"%(outputDir))

if os.path.exists("%s/parsnp.snps.mblocks"%(outputDir)):
os.remove("%s/parsnp.snps.mblocks"%(outputDir))
# if os.path.exists("%s/parsnp.snps.mblocks"%(outputDir)):
# os.remove("%s/parsnp.snps.mblocks"%(outputDir))
if os.path.exists("%s/parsnp.snps.mblocks.reduced"%(outputDir)):
os.remove("%s/parsnp.snps.mblocks.reduced"%(outputDir))

Expand Down

0 comments on commit c5fea61

Please sign in to comment.