Skip to content

Commit 3254623

Browse files
committed
chore: drop pca/hac param access
1 parent 1b06db8 commit 3254623

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Snakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def without_keys(d: dict, keys: list):
2626

2727
out_dir = _config.config.out_dir
2828
algorithm_params = _config.config.algorithm_params
29-
pca_params = _config.config.pca_params
30-
hac_params = _config.config.hac_params
3129
container_settings = _config.config.container_settings
3230
pca_params = without_keys(vars(_config.config.analysis.pca), ["pca_chosen", "include", "aggregate_per_algorithm"])
3331
hac_params = without_keys(vars(_config.config.analysis.hac), ["include", "aggregate_per_algorithm"])

0 commit comments

Comments
 (0)