When not saving incomplete tilevars, still save hashes/indexes.
[lightning.git] / pca.go
diff --git a/pca.go b/pca.go
index 8c19e5623c9f6cf239f57a9f71e601a3bc424f70..65c69eb6e3a495657fad6284230fc015058e47e4 100644 (file)
--- a/pca.go
+++ b/pca.go
@@ -139,7 +139,7 @@ func (cmd *goPCA) RunCommand(prog string, args []string, stdin io.Reader, stdout
        }
        log.Print("reading")
        tilelib := tileLibrary{
-               includeNoCalls: true,
+               retainNoCalls:  true,
                compactGenomes: map[string][]tileVariantID{},
        }
        err = tilelib.LoadGob(context.Background(), input, nil)