-
Notifications
You must be signed in to change notification settings - Fork 1
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
pedigree data file does not contain a field labeled Person or Individual #3
Comments
Hi Rowan, I just tested your code and I cannot reproduce your error on my machine. The first few rows of output is:
Can you remove
|
I removed them, but I still got the same error.
|
This is strange. You have the same MendelKinship ( Do you have access to a Mac or Linux system? |
I realize this is because I filed JuliaData/DataFrames.jl#2336 to see if they have any long-term solution. Fow now, a quick fix is to change all |
The problem is not Win/Mac issue, but that you have a different version of DataFrames.jl installed. Use 0.21 or later where |
Yes, upon testing @bkamins is correct. Leaving this open until MendelBase resolves this issue. |
Hey, I am running into the same problem on my Windows10. I have Thanks |
For now we require DataFrames to be at (@v1.5) pkg> pin DataFrames@v0.20.2 This should resolve the issue. Let me know if you run into problems |
Yep! Pinning DataFrame to Thank you |
I've been running into an issue where running the Kinship function, I run into this error message.
The pedigree file that I used does appear to have a Person field, so I am not sure what could be causing this issue.
Here is the following code I used to run it.
Here is the control_just_theoretical_29a.txt and the pedigree file associated with it.
control_just_theoretical_29a.txt
[Ped29a.in]
(https://github.com/OpenMendel/Tutorials/blob/master/Kinship/Ped29a.in)
Thanks,
Rowan Christie
The text was updated successfully, but these errors were encountered: