aboutsummaryrefslogtreecommitdiff
path: root/SelectiveWholeGenomeAmplificationUI
diff options
context:
space:
mode:
Diffstat (limited to 'SelectiveWholeGenomeAmplificationUI')
-rwxr-xr-xSelectiveWholeGenomeAmplificationUI2
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectiveWholeGenomeAmplificationUI b/SelectiveWholeGenomeAmplificationUI
index 4b03465..b6514a9 100755
--- a/SelectiveWholeGenomeAmplificationUI
+++ b/SelectiveWholeGenomeAmplificationUI
@@ -133,7 +133,7 @@ else:
variables[q['v']] = res
foreground = file_ask("Input the path to your foreground file:")
- foreground = file_ask("Input the path to your background file:")
+ background = file_ask("Input the path to your background file:")
if(bool_ask("Would you like to output your inserted variables to a string you can later paste?", "y")):
print variables_to_string(variables)