-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of threading in GroupReadsByUmi and some other performance o…
…ptimizations. (#950) This PR makes it tractable to run GroupReadsByUmi with the `adjacency` method on datasets where many thousands of reads, with thousands of distinct UMI sequences share the same read 1 and read coordinate information. This occurs when e.g. doing multiplex-PCR ampliciation but can also occur in other methods with small targets and very deep coverage. When running such data it is recommended to explore using `--threads` with a range of values and `--log-level Debug` to see the impact when grouping large sets of UMIs. Also includes some general optimizations to make GroupReadsByUmi more efficient in all cases.
- Loading branch information
Showing
2 changed files
with
124 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters