From ec87d3bd6909fb71c0bc14d444e1800d52d48d09 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 3 Apr 2014 17:43:08 -0400 Subject: fix min in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3