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
A friend of mine recommended me BreaKmer for identification of insertions. Now I recognized that BreaKmer is always search for all kinds of structural variants. Would it be possible to implement some kind of "insertion only" mode to speed everything up?
The text was updated successfully, but these errors were encountered:
The time-consuming process is in reconstructing the contigs and remapping them. You would not necessarily know which contigs contained insertions or other types of SVs until those steps are done. So, in the end the method would not significantly change.
A friend of mine recommended me BreaKmer for identification of insertions. Now I recognized that BreaKmer is always search for all kinds of structural variants. Would it be possible to implement some kind of "insertion only" mode to speed everything up?
The text was updated successfully, but these errors were encountered: