Skip to content

Commit

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

0 comments on commit 0c45bf4

Please sign in to comment.