aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-21 14:15:02 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-21 14:15:02 -0400
commitf4570d2ba0af5c5806e9e588233459993b021c22 (patch)
tree0cd43a276491629a8c4d562a6145c644a464af08
parent22f186bdcd228807771c3caa0bac857715a57772 (diff)
fix SWGAUI
-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)