@@ -1030,8 +1033,8 @@ class OBA_AnalyzeManager extends Command
//$alignment_res = new Process([config('wimg.binary_paths.vsearch').'vsearch','--usearch_global',$seq_file_path,'--db',$db_path,'--id',$threshold,config('wimg.more_options.vsearch'),'--blast6out',$aln_outfile]);
$alignment_res = new Process([config('wimg.binary_paths.vsearch').'vsearch','-usearch_global',$seq_file_path,'-db',$db_path,'-id',$threshold,'-blast6out',$aln_outfile,'-maxaccepts','10000']);
//$alignment_res = new Process([config('wimg.binary_paths.vsearch').'vsearch','-usearch_global',$seq_file_path,'-db',$db_path,'-id',$threshold,'-blast6out',$aln_outfile,config('wimg.more_options.vsearch')]);