syntheke / bayesR

Bayesian hierarchical model for complex trait analysis
45 stars 26 forks source link

At line 1736 of file baymods.f90; Fortran runtime error: End of file #13

Closed em255 closed 3 years ago

em255 commented 3 years ago

Hello, I'm trying to use this tool to implement bayesR from some genomic prediction. I'm first trying to get my data to be formatted correctly. I have a VCF with several sites/individuals + a quantitative phenotype. I used plink2 to turn the vcf into .bed, .bim, and .fam files. Then when trying to run: bayesRv2 -bfile input_prefix I get this error At line 1736 of file baymods.f90; Fortran runtime error: End of file I tried several iterations of making sure my .fam and .bim files had all the information present in sample datasets and it looks right to me.
I compiled the code using gfortran and it did work on sample data. Thanks, Evan L