diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-31 16:35:38 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-31 16:35:38 -0400 |
commit | bf4deabce172025884fb503e3f05abe9f07a47eb (patch) | |
tree | 53b1b8ba2a7a426488631ec9a1865698599d7c1a | |
parent | c7904ebcee4b26ee7f6eed2a45345b91b254e33b (diff) |
clean up readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |