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

long vectors not supported yet (matrix with 1000 individuals and 15000 markers) #113

Open
Ural-Yunusbaev opened this issue Nov 9, 2022 · 1 comment

Comments

@Ural-Yunusbaev
Copy link

Hi

When I tested my command with 100 individuals and 15000 markers it worked perfectly.
When I run the command with 1000 individuals and 15000 markers it gave an error:
CH_genobj = genotypes(data = my.data, format = "biparental")
Error in .jarray(j.matrix, dispatch = TRUE) :
long vectors not supported yet: Rglue.c:905
Calls: genotypes -> .jarray
Execution halted

Any ideas on how to fix it?

Ural

@hermandebeukelaer
Copy link

Seems to be an issue with rJava. The error occurs in one of rJava's source files (Rglue.c). I skimmed the latest version of this file at https://github.com/s-u/rJava/blob/master/src/Rglue.c but couldn't find any reference to this error. Perhaps it has changed in new rJava versions. Are you working with an outdated rJava version? Perhaps try updating this library to the latest version (1.0-6).

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