Opened 9 months ago
Closed 9 months ago
#1563 closed defect (fixed)
The Bwa-Mem alignment step should not disable genotype qc
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.52.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
When the Bwa-mem alignment step was implemented in #1473, the genotype qc wizard didn't support checking WGS data, so the QC_GenoTypeStatus
annotation was set to Disabled
. Support for WGS data in the qc wizard was implemented later (in #1483 and #1487), but since all WGS data had already been aligned, we forgot to remove the code that disable the qc check.
This code should be removed. Existing alignments should be fixed manually (eg. clear the QC_GenoTypeStatus
annotation).
Note:
See TracTickets
for help on using tickets.
In 7562: