Skip to content

Commit

Permalink
fix(tasks): use parameterized state color dictionary
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Sep 6, 2024
1 parent 5aab2a5 commit e5b9719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyrovelocity/tasks/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ def summarize_dataset(
selected_genes=selected_genes,
vector_field_basis=vector_field_basis,
cell_state=cell_state,
state_color_dict=LARRY_CELL_TYPE_COLORS
if "larry" in data_model
else None,
report_file_path=gene_selection_summary_plot,
figure_file_path=f"{gene_selection_summary_plot}.dill.zst",
)
Expand Down

0 comments on commit e5b9719

Please sign in to comment.