diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 18:00:32 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-25 18:00:32 -0400 |
commit | 045c8168326144865fc8e301e40f58ff8d4b7e68 (patch) | |
tree | 1ecbae552bc695e1798791129e130e11f6d30617 | |
parent | a62572ad5ccbc1e968a5164daaaf690e2881062d (diff) |
add fg_weight to SelectiveGenomeAmplificationUI
-rwxr-xr-x | SelectiveGenomeAmplificationUI | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SelectiveGenomeAmplificationUI b/SelectiveGenomeAmplificationUI index 82d3f9e..47a488d 100755 --- a/SelectiveGenomeAmplificationUI +++ b/SelectiveGenomeAmplificationUI @@ -49,7 +49,8 @@ questions = [ { 'question': 'maximum melting temperature for mers?', 'default_str': '30c', 'variable': 'max_melting_temp' }, { 'question': 'minimum melting temperature for mers?', 'default_str': '0c', 'variable': 'min_melting_temp' }, - { 'question': 'maximum number of consecutively binding mers in hetero and homodimers?', 'default_str': '4', 'variable': 'max_consecutive_binding' } + { 'question': 'maximum number of consecutively binding mers in hetero and homodimers?', 'default_str': '4', 'variable': 'max_consecutive_binding' }, + { 'question': 'what extra weight you want for highgly binding primers?', 'default_str': '0', 'variable': 'fg_weight' } ] |