diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 23:02:52 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-04-14 23:02:52 -0400 |
commit | 9f3fea70da568830012c60a74a5e9e3bea99b229 (patch) | |
tree | cf58e853939da8b09efd7570bc30819f5d599c7e /SelectiveWholeGenomeAmplification | |
parent | ffb062c390b3f76b26fbf67ec81103b7946ecc2e (diff) |
keep asking for files if they don't exist, filter melting temperature with updated function
Diffstat (limited to 'SelectiveWholeGenomeAmplification')
-rwxr-xr-x | SelectiveWholeGenomeAmplification | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SelectiveWholeGenomeAmplification b/SelectiveWholeGenomeAmplification index f6269d5..c92f850 100755 --- a/SelectiveWholeGenomeAmplification +++ b/SelectiveWholeGenomeAmplification @@ -121,6 +121,12 @@ done : ${max_melting_temp=30} : ${min_melting_temp=0} +# Concentrations of solution +: ${dna_con=5000} +: ${na_con=10} +: ${mg_con=20} +: ${dntps_con=10} + # minimum average binding distance in the foreground : ${min_foreground_binding_average=50000} |