-
Notifications
You must be signed in to change notification settings - Fork 29
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: missing 1 required positional argument: 'dir_temp' #21
Comments
So the error message is caused by a small bug which I will fix soon but the actual reason for crashing is that gemma seems to be unable to complete the creation of the relatedness matrix when using your full dataset. |
I didn't try with a different subgroup of SNPs. |
I never read about that being an issue, maybe you could subset your sample size further to get an upper limit of how many samples gemma is able to use? |
I will try to do that and let you know, thanks! |
I get this error when my VCF file it contains a lot of samples.
command executed:
vcf2gwas -v chr20.Haplotypes.vcf.gz -pf height_data_ukbb_participant.csv -p height -cf covariants_nokinship_data_ukbb_participant.csv -c sex -lmm
run:
If I try to run the same exactly command using only a subset of samples, it works perfectly.
I get the same error if instead of using option
-c sex
I use-ac
The text was updated successfully, but these errors were encountered: