This PR closes #171 . Now that we allow multiple marker definitions at a given locus, reads are typed multiple times. This PR changes the table in the report to show Attempted Typing Events and Successful Typing Events where a "typing event" is defined as haplotype calling for 1 read at a single marker definition.
[x] Changes are clearly described above
[x] Any relevant issue threads are referenced in the description
[x] Any new features are tested (see the development manual for details)
This PR closes #171 . Now that we allow multiple marker definitions at a given locus, reads are typed multiple times. This PR changes the table in the report to show
Attempted Typing Events
andSuccessful Typing Events
where a "typing event" is defined as haplotype calling for 1 read at a single marker definition.