Skip to content

Commit

Permalink
match order of ids and counts in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Apr 19, 2024
1 parent 3a6cc4b commit ed91d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sce_qc_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if (multiplexed) {
metadata_list,
list(
demux_method = demux_method,
demux_samples = sample_ids,
demux_samples = names(demux_counts), # make sure order of sample ids matches counts order
sample_cell_estimates = demux_counts
)
)
Expand Down

0 comments on commit ed91d33

Please sign in to comment.