Skip to content

Commit

Permalink
attempt to fix the recalc romanhaa#2
Browse files Browse the repository at this point in the history
  • Loading branch information
erzakiev committed Apr 5, 2024
1 parent 508409d commit 3225015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ output[["overview_selected_cells_marker_genes_table_UI"]] <- renderUI({

output[["overview_selected_cells_marker_genes_table"]] <- DT::renderDataTable({
req(
overview_projection_selected_cells()
overview_projection_selected_cells(), cancelOutput = T
)
selected_cells <- overview_projection_selected_cells()
#saveRDS(selected_cells, file = '~/Downloads/selected_cells.RDS', compress=T)
Expand Down

0 comments on commit 3225015

Please sign in to comment.