Skip to content

Commit 1c4ae8d

Browse files
bugfix in prefilter when only one part is used
1 parent e8d98a2 commit 1c4ae8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vclust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def cmd_kmerdb_all2all(
793793

794794
cmd = [
795795
f"{bin_path}",
796-
'all2all-parts' if len(db_paths) > 1 else 'all2all',
796+
'all2all-parts' if len(db_paths) > 1 else 'all2all-sp',
797797
'-sparse',
798798
'-above', f'{kmer_count}',
799799
"-t", f"{num_threads}",

0 commit comments

Comments
 (0)