Revision: ce94327bd31c
Branch: default
Author: Kevin Jacobs <
kevin....@invitae.com>
Date: Tue Oct 1 19:39:21 2013 UTC
Log: Fix typo -- Thanks Weiyin!
http://code.google.com/p/glu-genetics/source/detail?r=ce94327bd31c
Modified:
/glu/modules/struct/admix.py
=======================================
--- /glu/modules/struct/admix.py Sun Jun 30 13:23:11 2013 UTC
+++ /glu/modules/struct/admix.py Tue Oct 1 19:39:21 2013 UTC
@@ -604,7 +604,7 @@
labels = build_labels(options)
if len(options.pop_genotypes)>1:
- test,pops = load_from_genotypes(options)
+ test,pops = load_from_genos(options)
else:
test,pops = load_from_freqs(options)