@@ -360,7 +360,6 @@ Config::Config(int argc, const char **argv, bool check_io, CommandLineParser& pa
360360 (" round-approx-id" , 0 , " Per-round approx-id cutoffs for cascaded clustering" , round_approx_id)
361361 (" aln-out" , 0 , " Output file for clustering alignments" , aln_out)
362362 (" reps" , 0 , " Output file for representative sequences in FASTA format. Only includes id and sequence (no additional header data)." , reps_out)
363- (" seed-index" , 0 , " Use precomputed block seed indexes in linear clustering rounds" , seed_index)
364363 (" single-step" , 0 , " Perform one computational step of clustering then exit" , single_step);
365364
366365 auto & memory_opt = parser.add_group (" Memory options" , { cluster, RECLUSTER , CLUSTER_REASSIGN , GREEDY_VERTEX_COVER , DEEPCLUST , LINCLUST , CLUSTER_REALIGN });
@@ -633,6 +632,7 @@ Config::Config(int argc, const char **argv, bool check_io, CommandLineParser& pa
633632 (" hamming-ext" , 0 , " " , hamming_ext)
634633 (" diag-filter-id" , 0 , " " , diag_filter_id)
635634 (" diag-filter-cov" , 0 , " " , diag_filter_cov)
635+ (" seed-index" , 0 , " " , seed_index)
636636 (" dbtype" , 0 , " type of sequences in database file (nucl/prot)" , dbstring, string (" prot" ))
637637 (" cluster-similarity" , 0 , " Clustering similarity measure (default=\" normalized_bitscore_global\" )" , cluster_similarity)
638638 (" cluster-threshold" , 0 , " Threshold for the similarity measure (default=50%)" , cluster_threshold)
0 commit comments