Open SHuang-Broad opened 6 days ago
hi @SHuang-Broad, as you can imagine that R9 is a pretty old discontinued chemistry so winding down the support naturally made sense. DeepVariant natively works with R10.4 simplex and duplex data with internal haplotagging which made PEPPER-Margin redundant for this use-case. PEPPER has not been updated since we have been able to support ONT natively with DeepVariant.
As for model goes, unfortunately there is no plan to support R9 with the newer versions of DeepVariant.
I think the best course of action is to run each step separately, you can run up to version 1.5.0 with the older models. In version 1.6.1, we moved to keras so the models will not be supported anymore.
Please run through each step separately and when DeepVariant fails, if you can provide the command and the input, I can possibly help you debug the issue.
Hi, we have some R9 data that turn out to be a bit challenging. So we'd appreciate any suggestions.
We know that technically speaking, DV natively support only R10 data. And for R9, the recommended pipeline is PEPPER-Margin-DeepVariant.
The particular challenge we ran into with the PEPPER pipeline is actually in the DeepVariant stage (stage 5, after the margin haplotagging), where
make_example
failed. We used dockerkishwars/pepper_deepvariant:r0.8
[note that the pipeline didn't stop after that failure, which is a known issue]
We tried the pipeline on a few samples and they all fail on a particular region (but it's not clear why).
Given that the support for the PEPPER pipeline has been wound down (or moved to DV), it's not clear to us what the best route forward is.
What we are thinking now, is to
Is this even feasible? Or is there a simpler approach? [This question can be posted as a more general question about the recommended strategy for analyzing R9 data, in the context of wound-down support of PEPPER.]
Thanks, Steve