Open BoPeng opened 7 years ago
This one is even more difficult than remove variant because we are using a condition on genotype fields to remove genotype (code). The query is something like
DELETE FROM genotype_1 WHERE DP > 10
for condition DP > 10.
DP > 10
Perhaps we should leave this for later.
Remove means set to None?
In sqlite, the rows are removed.
This one is even more difficult than remove variant because we are using a condition on genotype fields to remove genotype (code). The query is something like
for condition
DP > 10
.Perhaps we should leave this for later.