From bf4deabce172025884fb503e3f05abe9f07a47eb Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 31 Mar 2014 16:35:38 -0400 Subject: clean up readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3