File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def pca(
8080 ) -> Tuple [pca_params .df_pca , pca_params .evr ]:
8181 # Change this name if you ever change the behaviour of this function, to
8282 # invalidate any previously cached data.
83- name = "pca_v5 "
83+ name = "pca_v6 "
8484
8585 # Check that either sample_query xor sample_indices are provided.
8686 base_params ._validate_sample_selection_params (
Original file line number Diff line number Diff line change @@ -1930,7 +1930,7 @@ def biallelic_diplotypes(
19301930 ) -> Tuple [np .ndarray , np .ndarray ]:
19311931 # Change this name if you ever change the behaviour of this function, to
19321932 # invalidate any previously cached data.
1933- name = "biallelic_diplotypes "
1933+ name = "biallelic_diplotypes_v2 "
19341934
19351935 # Check that either sample_query xor sample_indices are provided.
19361936 base_params ._validate_sample_selection_params (
You can’t perform that action at this time.
0 commit comments