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

REST API and documentation #445

Closed
pavelber opened this issue Nov 13, 2016 · 5 comments
Closed

REST API and documentation #445

pavelber opened this issue Nov 13, 2016 · 5 comments

Comments

@pavelber
Copy link

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

@armish
Copy link
Member

armish commented Nov 14, 2016

Hi @pavelber — there is an ongoing discussion on some potential solutions to your issue under #444 and #403. Hope this helps.

@pavelber
Copy link
Author

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?

@armish
Copy link
Member

armish commented Nov 14, 2016

@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.

@pavelber
Copy link
Author

Great! Where can I read documentation about this?

@armish armish closed this as completed Nov 14, 2016
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