Skip to content

Commit 4088b49

Browse files
fix: mmseqs --threads arg
After #115 where I tested mmseqs errors, I forgot to flip back the `--threads` arg to the correct spelling.
1 parent b2d5ff6 commit 4088b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pangraph/src/align/mmseqs/align_with_mmseqs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub fn align_with_mmseqs(
4242
&input_path,
4343
&output_path,
4444
&tmp_path,
45-
"--thread",
45+
"--threads",
4646
"1",
4747
"--max-seq-len",
4848
"10000",

0 commit comments

Comments
 (0)