diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 17:48:31 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 17:48:31 -0400 |
commit | a62572ad5ccbc1e968a5164daaaf690e2881062d (patch) | |
tree | 8144c789c2a7b221afdde3074e746f95ed0b76e7 /SelectiveGenomeAmplification | |
parent | c0afca51eeebd5a7654e2350ebba5d2e46e6bc18 (diff) |
update selectivity equation, and update readme
Diffstat (limited to 'SelectiveGenomeAmplification')
-rwxr-xr-x | SelectiveGenomeAmplification | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SelectiveGenomeAmplification b/SelectiveGenomeAmplification index b66d06c..b875fe0 100755 --- a/SelectiveGenomeAmplification +++ b/SelectiveGenomeAmplification @@ -56,6 +56,9 @@ fi # maximum number of mers that are consecutively binding : ${max_consecutive_binding=4} +# fg_weight, now much to weight to give the higher bindnig primers +: ${fg_weight=0} + export ignore_mers export min_mer_range export max_mer_range @@ -68,6 +71,8 @@ export max_mer_distance export max_melting_temp export min_melting_temp +export fg_weight + # Make our output directory if [ ! -d $output_directory ]; then |