Skip to content
New issue

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

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

Already on GitHub? # to your account

Stuck in [1] "GAPIT.RandomModel beginning..." [1] FALSE #140

Open
YangZituo opened this issue Aug 14, 2024 · 1 comment
Open

Stuck in [1] "GAPIT.RandomModel beginning..." [1] FALSE #140

YangZituo opened this issue Aug 14, 2024 · 1 comment

Comments

@YangZituo
Copy link

Hi,
I run GAPIT to do GLM model.
"myGAPIT <- GAPIT(
Y=myY[,c(1,2)],
GD=myGD,
GM=myGM,
PCA.total=3,
model="GLM",
)"

The MLM model can run but the GLM model stuck in one step.
[1] "GAPIT before BLUP and BLUE"
[1] "GAPIT after BLUP and BLUE"
[1] "Exporting BLUP and Pred"
[1] "GLM.Salt_start5 has been analyzed successfully!"
[1] "The results are saved in the directory of C:/Users/zituo/Desktop/hybrid"
[1] "before ending GAPIT.Main"
[1] "GAPIT.RandomModel beginning..."
[1] FALSE

And then it stuck and no move.
Could you help it?

@jiabowang
Copy link
Owner

The number of significant markers in your GLM is very large value. So the random model can not hold these variables.
Please try other model or use Random.model=FASLE in your command line.

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

No branches or pull requests

2 participants