Skip to content

Commit

Permalink
bugfix in prefilter when only one part is used
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeorowicz committed Jul 11, 2024
1 parent e8d98a2 commit 1c4ae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def cmd_kmerdb_all2all(

cmd = [
f"{bin_path}",
'all2all-parts' if len(db_paths) > 1 else 'all2all',
'all2all-parts' if len(db_paths) > 1 else 'all2all-sp',
'-sparse',
'-above', f'{kmer_count}',
"-t", f"{num_threads}",
Expand Down

0 comments on commit 1c4ae8d

Please sign in to comment.