-
Notifications
You must be signed in to change notification settings - Fork 34
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
Genes for Good #21
Comments
Cool. I'm testing it out right now. One potential problem is that Genes for Good allows users to download various file formats. Only one of them works on my machine. The other formats offer "imputed" data and are much, much longer, with file-sizes around 200 MB. When I try to run these, I exceed the V8 memory limit and Node crashes. You could prevent this by disallowing any of the longer imputed file types, by adding a condition in the return for 'matches' checking indexOf('unphased'). |
published |
Hey, do you have any interest in adding a parser for Genes for Good? It's a group at University of Michigan that offers free genotyping.
They provide users with text files formatted in the same manner as 23andMe. Because of that, it should be pretty straightforward to create a new parser based on the one already written for 23andMe. If you are interested, I could test it out with some Genes for Good TXT files I have from a friend.
The text was updated successfully, but these errors were encountered: