arq5x / bedtools

A powerful toolset for genome arithmetic.
http://code.google.com/p/bedtools/
GNU General Public License v2.0
140 stars 85 forks source link

Fix output format of optional BED fields #89

Closed kcha closed 10 years ago

kcha commented 11 years ago

I recently posted an issue in the discussion board regarding mergeBed (https://groups.google.com/forum/#!topic/bedtools-discuss/ksBqfvSW1eA). Basically, depending on the options used, the output format of the optional fields such as the score and strand appeared to be a little inconsistent. This may cause formatting problems if used as input for other downstream bedtools applications. I have proposed changes such that the optional BED fields (namely name, score and strand) are outputted in their designated columns when applicable. Hope they will be useful, thanks!

arq5x commented 11 years ago

Thanks much, I will look into merging this as soon as I get a chance. I really appreciate the addition!