genome / pindel

Pindel can detect breakpoints of large deletions, medium sized insertions, inversions, tandem duplications and other structural variants at single-based resolution from next-gen sequence data. It uses a pattern growth approach to identify the breakpoints of these variants from paired-end short reads.
GNU General Public License v3.0
162 stars 89 forks source link

Change InsertSize type from short to int for large sequences #82

Open uzbit opened 6 years ago

uzbit commented 6 years ago

I discovered an overflow when running pindel, the solution is to change types.