Considering there will be thousands of VCFs,
Will your solution scale to that level?
I would like to know what is the best strategy to store VCF data and serve on the web. So far, it seems like I have two options but I don't know the limitations and negative sides of these options:
Considering there will be thousands of VCFs, what should be done?
Thanks!
I don't know if it will fullfill your needs, I wrote a basic bam+vcf file server. It's currently in the dev branch of jvarkit: https://github.com/lindenb/jvarkit/blob/dev/docs/HtsFileServer.md
java -jar dist/htsfileserver.jar -R src/test/resources/rotavirus_rf.fa src/test/resources/S*.bam src/test/resources/rotavirus_rf.*.vcf.gz

Considering there will be thousands of VCFs,
Will your solution scale to that level?
Log in to answer this question.
Search brought up this:
https://academic.oup.com/bib/article/18/5/774/2562769
and another that is a web based front end for GEMINI database
https://academic.oup.com/bioinformatics/article/35/1/122/5047758