I am interested in using fastStructure, but installing it is somewhat challenging. It requires now-deprecated Python2, which is hard to downgrade to, since pip no longer supports Python2. After hacking this together, however, I get the same error as people mention here: https://github.com/rajanil/fastStructure/issues/56. I'd be happy to build a Docker container (or as people in that thread suggest, a virtualenv) with the exact versions of the dependencies required installed, but they aren't specified in any requirements file -- can anyone who has gotten fastStructure to run tell me what versions of numpy, scipy, cython they are using, and the operating system?
In addition, I'd like to view the testdata.bed file to see how the input file is supposed to be structured. It seems poorly constructed, or out of data with current plink specifications:
➜ test git:(master) ✗ plink --bfile testdata --recode tab --out ~/Desktop/ped.ped
PLINK v1.90b6.27 64-bit (10 Dec 2022) www.cog-genomics.org/plink/1.9/
(C) 2005-2022 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to /Users/boat/Desktop/ped.ped.log.
Options in effect:
--bfile testdata
--out /Users/boat/Desktop/ped.ped
--recode tab
16384 MB RAM detected; reserving 8192 MB for main workspace.
500 variants loaded from .bim file.
Error: Invalid IID '0' on line 1 of .fam file.
Can anyone point me to a well-formated .str or .bed input file?
Thanks a ton,
Scott