Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Aug 12, 2020
1 parent 4ce03da commit 63246c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libradicl/src/pugutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,8 @@ pub(super) fn get_num_molecules(

for (_comp_label, comp_verts) in comps.iter() {
if comp_verts.len() > 1 {

// the current parsimony resolution algorithm
// can become slow for connected components that
// the current parsimony resolution algorithm
// can become slow for connected components that
// are very large. For components with > 1000 vertices
// (this should be _very_ rare) we will instead resolve
// the UMIs in the component using a simpler algorithm.
Expand All @@ -551,7 +550,8 @@ pub(super) fn get_num_molecules(
"\n\nfound connected component with {} vertices, \
resolved into {} UMIs over {} genes with trivial resolution.\n\n",
comp_verts.len(),
numi, ng
numi,
ng
);
continue;
}
Expand Down

0 comments on commit 63246c2

Please sign in to comment.