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 90 forks source link

feature request: support space in filepaths in BAM config file #20

Open bbimber opened 9 years ago

bbimber commented 9 years ago

We've worked around this by making symlinks, but it would be nice if the BAM config file were more robust when parsing the first column w/ the BAM filepaths. perhaps it could either respect escaping spaces (Spa\ ce), or allow quoting the filepath?