We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d98a2 commit 1c4ae8dCopy full SHA for 1c4ae8d
vclust.py
@@ -793,7 +793,7 @@ def cmd_kmerdb_all2all(
793
794
cmd = [
795
f"{bin_path}",
796
- 'all2all-parts' if len(db_paths) > 1 else 'all2all',
+ 'all2all-parts' if len(db_paths) > 1 else 'all2all-sp',
797
'-sparse',
798
'-above', f'{kmer_count}',
799
"-t", f"{num_threads}",
0 commit comments