Skip to content
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

Closed
pvjones opened this issue Mar 5, 2017 · 3 comments
Closed

Genes for Good #21

pvjones opened this issue Mar 5, 2017 · 3 comments

Comments

@pvjones
Copy link
Contributor

pvjones commented Mar 5, 2017

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.

@yocontra
Copy link
Member

yocontra commented Mar 5, 2017

@pvjones Yeah that would be cool, shoot me a PR and I'll merge that in. If it's the same format then we don't need a new parser, we can just make an alias.

Also have a ticket open for SAM/BAM files #6

@pvjones
Copy link
Contributor Author

pvjones commented Mar 5, 2017

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').

@yocontra
Copy link
Member

yocontra commented Jul 6, 2017

published

@yocontra yocontra closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants