aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-03 17:43:08 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-03 17:43:08 -0400
commitec87d3bd6909fb71c0bc14d444e1800d52d48d09 (patch)
tree0543a4090f2cd699dfac1ba06c7ba55cf4f6833b
parent4d69646fa3cec0fddb31a5b5e117b7a1ee003ab0 (diff)
fix min in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9a517c..9d52d27 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ fg\_weight | 0 | How much extra weight to give higher frequency mers in fg. see
primer\_weight | 0 | How much extra weight to give to sets with a higher number of primers. (between 0 and 1)
output\_top\_nb | 10000 | How many scores do you want to output in your sorted output file?
score\_func | Not Enabled | see the [custom scoring](#custom-scoring-function) section
-sort\_by | max | How do you want to rank top-scores? min means smaller is better, max is larger. 'min' or 'max'
+sort\_by | min | How do you want to rank top-scores? min means smaller is better, max is larger. 'min' or 'max'
## Equations