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

using TrajGWAS with VCF in float type #49

Open
zqr2008 opened this issue Dec 13, 2024 · 1 comment
Open

using TrajGWAS with VCF in float type #49

zqr2008 opened this issue Dec 13, 2024 · 1 comment

Comments

@zqr2008
Copy link

zqr2008 commented Dec 13, 2024

Thank you for developing TrajGWAS package. I have the issue when trying to load VCF file( the dosage in VCF is float). The error messages implies that calculation is not working for Matrix{Float 64}.
8de5d7a14863a244d80a53cf0780d02

Do you have a workaround about it? Because we would really need it to be orginal float type VCF, like this:
image

Many thanks ahead!

@kose-y
Copy link
Member

kose-y commented Dec 15, 2024

Thanks for your interest in the package. It seems like a vector of integers is placed when a vector of floating-point numbers is required (second line from the bottom of the first image). However, without seeing the code, I cannot tell where this is happening.

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