szpiech / selscan

Haplotype based scans for selection
GNU General Public License v3.0
111 stars 33 forks source link

fixed norm so that extra columns are ignored correctly #16

Closed tomkinsc closed 8 years ago

tomkinsc commented 8 years ago

Previously norm was not correctly skipping columns beyond the six it was using for normalization of ihs values. This was causing issues if the —ihs-detail flag was used. This PR skips extra columns.