genetics-statistics / GEMMA

Genome-wide Efficient Mixed Model Association
https://github.com/genetics-statistics/GEMMA
GNU General Public License v3.0
316 stars 122 forks source link

FAILED error #259

Open SNgalaxy opened 2 years ago

SNgalaxy commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, paste output to help explain your problem.

Additional context Add any other context about the problem here.

Check list:

  1. [X] I have found an issue with GEMMA
  2. [ ] I have searched for it on the issue tracker (incl. closed issues)
  3. [ ] I have searched for it on the mailing list
  4. [ ] I have tried the latest release of GEMMA
  5. [ ] I have read and agreed to below code of conduct
  6. [ ] If it is a support/install question I have posted it to the mailing list
  7. [ ] If it is software development related I have posted a new issue on the issue tracker or added to an existing one
  8. [ ] In the message I have included the output of my GEMMA run
  9. [ ] In the message I have included the relevant .log.txt file in the output directory
  10. [ ] I have made available the data to reproduce the problem (optional)

To find bugs the GEMMA software developers may ask to install a development version of the software. They may also ask you for your data and will treat it confidentially. Please always remember that GEMMA is written and maintained by volunteers with good intentions. Our time is valuable too. By helping us as much as possible we can provide this tool for everyone to use.

SNgalaxy commented 2 years ago

Hi There,

I have searched for this error everywhere and I can't get it worked. I am trying to use the IBS matrix from plink in GEMMA and it gives me the error below:

**** FAILED: number of columns in the kinship file does not match the number of individuals for row = 0

the IBS matrix is built by the --distancs ibs flag in plink and the Gemma code is as below. I appreciate it of you could let me know what is the issues? I am trying to correct for the repeated measurements in my samples.

gemma-0.98.5-linux-static-AMD64 -bfile tmp.genotype \ -p expression.txt \ -km 1 -k IBS_matrix.mibs \ -lmm 4 -o association_outcome

Regards, SN