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
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 errorAt 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