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

Error running on version 2.8.7.8 but not on 2.8.7.7 #5

Closed
sdtemple opened this issue Oct 14, 2022 · 8 comments
Closed

Error running on version 2.8.7.8 but not on 2.8.7.7 #5

sdtemple opened this issue Oct 14, 2022 · 8 comments

Comments

@sdtemple
Copy link

sdtemple commented Oct 14, 2022

Hi Joe,

I am using IBD segments from hap-IBD and ibd-ends to infer kinship. I do use the --outmask and --outcoverage flags. I find that my command fails with the 2.8.7.8 version but not with the 2.8.7.7 version. I am more than happy to email you at your new address with some files to help you troubleshoot this.

Note that the 2.8.7.8 fails at the STDERR output "duplicated individuals:". I do believe there are duplicates in my sample.

Best,
Seth

@YingZhou001
Copy link
Owner

YingZhou001 commented Oct 14, 2022 via email

@sdtemple
Copy link
Author

No worries at all on the delay. I just wanted to give you a heads up. I will continue using 2.8.7.7 version for the time being, and email you my outputs. Have nice travels!

@YingZhou001
Copy link
Owner

YingZhou001 commented Oct 14, 2022 via email

@sdtemple
Copy link
Author

sdtemple commented Nov 3, 2022

Hi Ying,

Circling back. I tried to send you my error message files to your old uw email address and through the Browing group Slack.

Best,
Seth

@YingZhou001
Copy link
Owner

Hi Seth,

Sorry to get you back late. I received your email and I will look into the issue later this week.

Best,
Ying

@sdtemple
Copy link
Author

sdtemple commented Nov 3, 2022

No worries at all. Work at your own pace! IBDKin is not a major part of the analysis I am working on. I just wanted to let you know so that you can fix the bug and make this great relatedness inference software available for other users. :)

@YingZhou001
Copy link
Owner

Hi Seth,

I believed this is my program bug. I downsize the mem for storing ID strings. Could you help test it by adjusting the some parameters in the file "head.h"

Try to change the line17
"#define BUFF_id 32 //for ID/Chr string length"
into
"#define BUFF_id 128 //for ID/Chr string length"

Thanks,
Ying

@sdtemple
Copy link
Author

Hi Ying,

I apologize that it took me a little longer to respond to this. You are correct. I had identifiers with very long string names. Your suggestion has solved my issue. I changed 32 to 128 and then I use the command "make" to rebuild the program.

Thanks,
Seth

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

2 participants