You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way you could refactor the code to work with more recent tensorflow libraries?
SpliceAI does not work with multi-nucleotide polymorphisms(MNP), e.g.
2-bases mutating to 3 bases .. or in general N bases mutating into M bases. I tried both VCF-legal representations (padded 1 base before both alleles .. or not padding).
Currently only SNV, purely insertions, and purely deletions seem to work.
Is that a simple fix?
Hugues Sicottw
The text was updated successfully, but these errors were encountered:
Is there any way you could refactor the code to work with more recent tensorflow libraries?
SpliceAI does not work with multi-nucleotide polymorphisms(MNP), e.g.
2-bases mutating to 3 bases .. or in general N bases mutating into M bases. I tried both VCF-legal representations (padded 1 base before both alleles .. or not padding).
Currently only SNV, purely insertions, and purely deletions seem to work.
Is that a simple fix?
Hugues Sicottw
The text was updated successfully, but these errors were encountered: