-
Notifications
You must be signed in to change notification settings - Fork 62
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
REST API and documentation #445
Comments
Hi, @armish - CGI is the right direction, but I prefer to be able to write completely my own server side, which will implement some API. As I see it is not possible yet, correct? |
@pavelber: we do have experimental support for transferring bits of BAM files using the GA4GH protocol, which might be of interest to you since it is server-side agnostic as long as it is compatible with the protocol. |
Great! Where can I read documentation about this? |
Here is the specific data source implementation: https://github.com/hammerlab/pileup.js/blob/0182b225205e52e1489727004d69e84442eafb88/src/main/GA4GHAlignment.js here are the tests that might help you get started: and here is a test file to test the protocol: |
I want to include pileup to the my site to analyze VERY large bam files.
Is there a way (REST API) to provide data for a range instead of loading the whole track?
If it is possible, I would like to write my own server, which will parse bam files in advance and will provide to the client side (pileup) data for a visible range
The text was updated successfully, but these errors were encountered: