Skip to content

Commit

Permalink
revert to components 100
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Oct 18, 2023
1 parent 0c45bf4 commit fb0f1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/annotations.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ rule deepSea_PCA:
"python",
f"{annotation_python_file}",
"deepsea-pca",
"--n-components 10", # TODO read from config?
"--n-components 100",
"{input}",
str(anno_dir / "deepSea_pca"/ "pca_matrix"),
str(anno_dir / "deepSea_pca"),
Expand Down

0 comments on commit fb0f1e0

Please sign in to comment.