Skip to content

Commit

Permalink
Fix typo (violoations -> violations) (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Lee authored Jan 25, 2022
1 parent 7281baf commit 74c3aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MMseqsBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ std::vector<Command> baseCommands = {
"# -c 0.7 - + -\n"
"# -c 0.6 + + +\n\n"
"# Cascaded clustering with reassignment\n"
"# - Corrects criteria-violoations of cascaded merging\n"
"# - Corrects criteria-violations of cascaded merging\n"
"# - Produces more clusters and is a bit slower\n"
"mmseqs easy-cluster examples/DB.fasta result tmp --cluster-reassign\n",
"Martin Steinegger <martin.steinegger@snu.ac.kr>",
Expand Down Expand Up @@ -264,7 +264,7 @@ std::vector<Command> baseCommands = {
"# Cutoff -c 0.7 - + -\n"
"# -c 0.6 + + +\n\n"
"# Cascaded clustering with reassignment\n"
"# - Corrects criteria-violoations of cascaded merging\n"
"# - Corrects criteria-violations of cascaded merging\n"
"# - Produces more clusters and is a bit slower\n"
"mmseqs cluster sequenceDB clusterDB tmp --cluster-reassign\n",
"Martin Steinegger <martin.steinegger@snu.ac.kr> & Lars von den Driesch",
Expand Down

0 comments on commit 74c3aa6

Please sign in to comment.