-
Notifications
You must be signed in to change notification settings - Fork 2
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
Only top ten lines in result #5
Comments
Hi, Prince26121991, |
Can you please tell me, what do I need to do to implement these changes? I forced resinstalled this library but still I am getting same result. Am I missing something here? |
The package hasn't been updated, yet. Hopefully, it will be done by the end of the day (PST). I am relatively new to the team so I don't have permission to change the code directly. The new update should handle the problem without any issues. I will make another comment here once the package has been updated. You aren't missing anything. Thank you for your patience. |
The package has been updated. Please give it a try and let us know if you have any issues. Thank you. |
Ok so I retried it today, but now this is giving different error i.e. "requested time out error. I am running first example . q = init_query_js_body() ex = exists_filter("ANNOVAR_ensembl_Effect") q = add_query_filter(q, ex) variants = perform_search(q) variants` getting error after this line Error in curl::curl_fetch_memory(url, handle = handle) : |
The API must have been down, I ran into the same timeout when I tried it a bit ago. I've restarted the API and it seems to be working correctly now. Let me know if you are able to run it! |
Same code giving following error now: Error in perform_search(q) : Bad Request (HTTP 400). |
Hi, I am trying to run this tool using R using examples given on homepage of this repository. But every time I am getting only 10 variants only. Here is the code I am using:
query_obj_to_json(regionQuery(contig = '20', start=1, end=70000))
This is the command I used for collecting output:
sink("test.txt")
query_obj_to_json(regionQuery(contig = '20', start=1, end=70000))
sink()
That's the output I am getting:
test.txt
The text was updated successfully, but these errors were encountered: