From f4570d2ba0af5c5806e9e588233459993b021c22 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 21 Apr 2014 14:15:02 -0400 Subject: fix SWGAUI --- SelectiveWholeGenomeAmplificationUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SelectiveWholeGenomeAmplificationUI') 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) -- cgit v1.2.1