Skip to content

Commit

Permalink
fix: mmseqs --threads arg
Browse files Browse the repository at this point in the history
After #115 where I tested mmseqs errors, I forgot to flip back the `--threads` arg to the correct spelling.
  • Loading branch information
ivan-aksamentov committed Jan 23, 2025
1 parent b2d5ff6 commit 4088b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pangraph/src/align/mmseqs/align_with_mmseqs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub fn align_with_mmseqs(
&input_path,
&output_path,
&tmp_path,
"--thread",
"--threads",
"1",
"--max-seq-len",
"10000",
Expand Down

0 comments on commit 4088b49

Please sign in to comment.