Skip to content

Commit

Permalink
Delete redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyaku committed Dec 12, 2022
1 parent 757d61a commit c7a328b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion troublet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ fn call_doublets(params: &Params, mut cluster_allele_counts: FnvHashMap<(usize,u
//print!("{}\tunassigned\t{}\t{}\t{}\t", cell_barcode, best_singlet, best_singleton_log_prob, best_doublet_log_prob);
}
} else {

if doublet_posterior >= params.doublet_threshold {
if !all_removed.contains(&cell) {
all_removed.insert(cell);
Expand Down

0 comments on commit c7a328b

Please sign in to comment.