aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-31 16:35:38 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-31 16:35:38 -0400
commitbf4deabce172025884fb503e3f05abe9f07a47eb (patch)
tree53b1b8ba2a7a426488631ec9a1865698599d7c1a /README.md
parentc7904ebcee4b26ee7f6eed2a45345b91b254e33b (diff)
clean up readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83e9505..f9c3399 100644
--- a/README.md
+++ b/README.md
@@ -196,14 +196,14 @@ The default scoring function is this:
We support custom scoring via python's exec methods. This means that you can
destroy your system, blow up the universe, implode your hard drive, all within
-the confinesof this exec. That means don't do anything crazy. Stick to basic arithmetic.
+the confines of this exec. That means don't do anything crazy. Stick to basic arithmetic.
This is a security hole.
you can specify it like any other parameter like so:
# the default function
- score_func="(nb_primers**primer_weight) * (fg_mean_dist * fg_std_dist) / bg_ratio" SelectiveGenomeAmplification....
+ score_func="(nb_primers**primer_weight) * (fg_mean_dist * fg_std_dist) / bg_ratio"
You need to use **valid** python code.