Gene Selkov
Gene Selkov
This patch prevents the trimming of complex variants that are already normalized. Example: trimming `CAT -> CG` changes it to a form that is hard to analyze: AT -> G....
The test for left-trimming in **normalize.cpp** is too simple. It only checks a single prefix base for equality. That results in variants like `CAT -> CG` (that's `CA -> C`...
This tool may be useful in troubleshooting sequencing runs.
I have a mojit with a binder that tunnels a database query to its server-side controller. In the binder, the response is processed by a ModelList hooked to a DataTable....