Git Product home page Git Product logo

Comments (6)

weizhouUMICH avatar weizhouUMICH commented on August 23, 2024

Did you see the error when LOCO=FALSE?

from saige.

FinSalMar avatar FinSalMar commented on August 23, 2024

Yes, I receive the same error.

from saige.

weizhouUMICH avatar weizhouUMICH commented on August 23, 2024

Hi @FinSalMar,
Could you please try the newest version to see if the error persists? I'm so sorry for taking so long to get back to you. Please reopen this issue if the error is still seen.

Thanks,
Wei

from saige.

laurent-ntnu avatar laurent-ntnu commented on August 23, 2024

Hi Wei,

I also got the same error in step 1: Floating point exception (core dumped).

The problem comes from a division by 0 in file: src/SAIGE_fitGLMM_fast.cpp
when all individuals in the subset have missing data for a given variant.

The line with the error is:
freq = sum(m_OneSNP_Geno)/float((2*(Nnomissing-lengthIndexNA)));

It fails when Nnomissing == lengthIndexNA.

This happend to me when running a GWAS on females, where the genotype file included Y chromosome.
A quick work around was to remove chrY from the genotype file.

But it would be nice if the program could automatically skip variants where:
Nnomissing == lengthIndexNA

Thanks

from saige.

weizhouUMICH avatar weizhouUMICH commented on August 23, 2024

Hi Laurent,

Thanks for reporting this! This issue should has been fixed since the version 0.36.4.
#154

Could you please try the newest version 0.36.5?
https://github.com/weizhouUMICH/SAIGE#log-for-fixing-bugs

Thanks
Wei

from saige.

laurent-ntnu avatar laurent-ntnu commented on August 23, 2024

Yes it is working with version 0.36.5.
Thanks

from saige.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.