ccgd-profile / BreaKmer

A method to identify structural variation from sequencing data in target regions
31 stars 11 forks source link

Implementation of an "insertion-only" mode #32

Open leon8889 opened 7 years ago

leon8889 commented 7 years ago

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?

ryanabo commented 6 years ago

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.