rajanil / fastStructure

A variational framework for inferring population structure from SNP genotype data.
MIT License
134 stars 50 forks source link

Error in documentation for structure data file format #14

Closed dsenalik closed 9 years ago

dsenalik commented 10 years ago

Documentation on the home page describes structure data input files, and states:

The first 6 columns of the file will be ignored;

This is incorrect, the first 7 columns are ignored. See parse_str.pyx line 8: loci = np.array([line.strip().split()[7:] for line in handle])

rajanil commented 9 years ago

Thanks for notifying! I've fixed this in the current release of fastStructure.