-
Notifications
You must be signed in to change notification settings - Fork 58
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
FarmCPU not running #156
Comments
There are too less markers in all genotype date to the FarmCPU can not select seqQTN. |
So is there now a minimum number of markers for FarmCPU? What is the minimum since not even my previous data that worked doesn't work anymore |
Could you share your data with me ? |
GM, Combo_GD2 and Row_PD are the new data files. Hapmap_final and Row are the old data files |
Thanks for your data. After testing, I have not any error. Here is my code and the function I used. myY=read.table(file="Row.txt", head = TRUE) myGAPIT=GAPIT( write.table(myGAPIT$GD,"sjclare.GD.txt",row.names=F,quote=F) myGD=myGAPIT$GD myGAPIT=GAPIT( |
Okay, it works with your gapit_functions.txt file but not when I source from "http://zzlab.net/GAPIT/gapit_functions.txt" |
seems like the file in ZZlab was not updated. |
Hi,
I'm running GWAS on new phenotypes but I use a control phenotype to check the results are reliable. We were able to get some new marker positions and imputed more missing data so I expected the results to improve however now I get errors, though only on FarmCPU. GLM and BLINK both work the way we expect, except to be the top the markers is the second best but that is like the previous run, I've also gone back to the original data, before the updated marker positions and imputation and get the same error.
This is similar to #98, but I have got any help there
The text was updated successfully, but these errors were encountered: