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():
556556 misc_args .add_argument (
557557 "-x" ,
558558 "--recomb-filter" ,
559+ "--xtrafast" ,
559560 action = "store_true" ,
560561 help = "Run recombination filter (phipack)" )
561562 misc_args .add_argument (
@@ -1348,7 +1349,7 @@ SETTINGS:
13481349 mumi_dict = {}
13491350 finalfiles = []
13501351 auto_ref = ""
1351- if not curated and not args .skip_ANI_filter :
1352+ if not curated and not args .skip_ani_filter :
13521353 logger .info ("Filtering genomes..." )
13531354 if use_parsnp_mumi :
13541355 if not inifile_exists :
@@ -1469,7 +1470,7 @@ SETTINGS:
14691470 allfiles .extend (finalfiles )
14701471
14711472 # 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 :
14731474 for f in fnafiles :
14741475 if f not in finalfiles :
14751476 finalfiles .append (f )
You can’t perform that action at this time.
0 commit comments