Opened 5 months ago
Closed 5 months ago
#1598 closed enhancement (fixed)
Updates to Genotype quality control (DNA/Tumor/WGS)
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v5.0.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
We need to make some changes to the Genotype quality control (DNA/Tumor/WGS) wizard. This wizard was designed to compare the tumor genotypes against the normal genotypes (from the blood sample). But we are getting sequence data in a non-optimal order for this and we now have lot more tumor data than normal data. The problem is that the wizard will take all existing data and compare with what we have at the moment which means that only about half of the tumor data can be compared against the normal data. The wizard currently doesn't care about this but will mark all tunor data as "Checked" and then we will never get a chance to compare it against the normal data when we get that.
So the following changes are needed:
- In the first step, only tumors that have a matching normal aligned item should be selected.
- In the second step, there should be an option to not register as "Checked" and this should be the default for those items that has not been compared against a normal sample.
In 7752: