File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -556,6 +556,7 @@ def parse_args():
556
556
misc_args .add_argument (
557
557
"-x" ,
558
558
"--recomb-filter" ,
559
+ "--xtrafast" ,
559
560
action = "store_true" ,
560
561
help = "Run recombination filter (phipack)" )
561
562
misc_args .add_argument (
@@ -1348,7 +1349,7 @@ SETTINGS:
1348
1349
mumi_dict = {}
1349
1350
finalfiles = []
1350
1351
auto_ref = ""
1351
- if not curated and not args .skip_ANI_filter :
1352
+ if not curated and not args .skip_ani_filter :
1352
1353
logger .info ("Filtering genomes..." )
1353
1354
if use_parsnp_mumi :
1354
1355
if not inifile_exists :
@@ -1469,7 +1470,7 @@ SETTINGS:
1469
1470
allfiles .extend (finalfiles )
1470
1471
1471
1472
# If "curateD" then anything that was removed gets added back.
1472
- if curated or args .skip_ANI_filter :
1473
+ if curated or args .skip_ani_filter :
1473
1474
for f in fnafiles :
1474
1475
if f not in finalfiles :
1475
1476
finalfiles .append (f )
You can’t perform that action at this time.
0 commit comments