aboutsummaryrefslogtreecommitdiff
path: root/SelectiveGenomeAmplificationUI
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-25 16:33:36 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-25 16:33:36 -0400
commit06fa848b90982ddcd4308bb88d70a0d5f11f785b (patch)
tree472f8e8675a3b01060159bcf24cd1b2c35fb5d9e /SelectiveGenomeAmplificationUI
parent55d58f92e388bbed44963565c5073c444ffa60b2 (diff)
add average binding filter
Diffstat (limited to 'SelectiveGenomeAmplificationUI')
-rwxr-xr-xSelectiveGenomeAmplificationUI6
1 files changed, 3 insertions, 3 deletions
diff --git a/SelectiveGenomeAmplificationUI b/SelectiveGenomeAmplificationUI
index 9c5e1c6..82d3f9e 100755
--- a/SelectiveGenomeAmplificationUI
+++ b/SelectiveGenomeAmplificationUI
@@ -27,9 +27,9 @@ questions = [
'default_str': '6',
'variable': 'min_mer_range' },
- { 'question': 'minimum mer count you want to have for your selected mer?',
- 'default_str': 'None',
- 'variable': 'min_mer_count' },
+ { 'question': 'eliminate mers that appear less frequently on average than this number ?',
+ 'default_str': '50000',
+ 'variable': 'min_foreground_binding_average' },
{ 'question': 'maximum size of mer combinations you want to search and select?',
'default_str': '15',