imgag / ngs-bits

Short-read sequencing tools
MIT License
138 stars 30 forks source link

BedLiftOver: '-' in annotations are split in additional columns #495

Closed leonschuetz closed 9 months ago

leonschuetz commented 9 months ago

If a annotation in the input BED file contains a '-', it will be replaced by a tab which results in a additional column

input: chr1 1234 6543 some-text

output: chr1 1234 6543 some text