There are so many things to read about ga4gh: I'm a little bit lost. So here are a few questions about GA4GH / Beacons :
- I've got some VCF files. What is the correct way to expose my data? How can I secure my data for my collaborators? Is there a java server implementation?
- If I build a beacon server from scratch (learning... learning...) is there a tool that can be used to test if my implementation is ga4gh compliant?
- Where should I declare that I'm providing a beacon server?
- The schema use avro; Is it possible to return plain JSON or does using Avro means that I need to serialize the data as a binary stream? Is there any API converting jaav+htsjdk to avro?
- What's the best place to ask questions about ga4gh?