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

Asking for SNPs through get() does not work #1

Closed
tariqdaouda opened this issue Feb 17, 2015 · 0 comments
Closed

Asking for SNPs through get() does not work #1

tariqdaouda opened this issue Feb 17, 2015 · 0 comments
Assignees
Labels

Comments

@tariqdaouda
Copy link
Owner

Asking for SNPs through get() does not work. Please use the raba interface for retreiving SNPs:

from rabaDB.filters import *

f = RabaQuery('dbSNPSNP')
f.addFilter({"chromosomeNumber =" : 22, "start >":  x1, "end <": x2})
snps = f.run()

This will be fixed in the next issue.

@tariqdaouda tariqdaouda self-assigned this Feb 17, 2015
tariqdaouda pushed a commit that referenced this issue Feb 23, 2016
tariqdaouda pushed a commit that referenced this issue Apr 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant