Skip to content

Commit

Permalink
Merge pull request hms-dbmi-cellenics#364 from biomage-org/fix-leiden…
Browse files Browse the repository at this point in the history
…-clustering

Fix Leidein clustering
  • Loading branch information
ogibson authored Mar 25, 2024
2 parents 5f7abd6 + 0759858 commit 52f1a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline-runner/R/qc-7-embed_and_cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_clustering <- function(scdata, config, ignore_ssl_cert) {
formated_cell_sets,
config$api_url,
scdata@misc$experimentId,
clustering_method,
"louvain",
config$auth_JWT,
ignore_ssl_cert
)
Expand Down Expand Up @@ -83,7 +83,7 @@ format_cluster_cellsets <- function(cell_sets,
# careful with capital l on type for the key.
cell_sets_object <-
list(
key = clustering_method,
key = "louvain",
name = name,
rootNode = TRUE,
type = "cellSets",
Expand Down

0 comments on commit 52f1a3f

Please sign in to comment.