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 description of option -Sm #93

Closed dangenet closed 10 years ago

dangenet commented 10 years ago

Option -Sm is described in the summary table, and in the title line of its description subsection, as retrieving matches on the same strand. However, that's what option -sm does. The actual description is correct, -Sm retrieves matches on the opposite strand. I changed the word 'same' to 'opposite' in the summary table and in the header of the description subsection.

arq5x commented 10 years ago

Thanks! I have updated this on the bedtools2 repository.