-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
trgt/src/trgt/genotype/consensus.rs
Line 81 in fe63314
_ => panic!("Encountered unexpected base"), |
The consensus step of variant calling in TRGT requires all base calls to be unambiguous, and "N" is not permitted. Unfortunately this is causing crashes on one of my sources of data which includes Ns.
Is it possible to build in support for handling reads with ambiguous bases?
Metadata
Metadata
Assignees
Labels
No labels