Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate IDs in phenotype input crash step 2 #135

Open
DDochtermann opened this issue Feb 22, 2024 · 0 comments
Open

Duplicate IDs in phenotype input crash step 2 #135

DDochtermann opened this issue Feb 22, 2024 · 0 comments

Comments

@DDochtermann
Copy link

Took some digging, as the step 2 will fail and core dump with a floating point exception and not output a useful backtrace.

Step 1 will complete and output the modglmm Rdata, but using that object will crash step 2. Step 1 recognizes duplicate IDs as it writes the output log, but does not remove them or limit to unique instances. Recursively removing the duplicates from the nested list R object makes the step 1 output usable again.

Would recommend error-ing out step 1 or dropping duplicates to avoid the nondescript step 2 crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant