Project

General

Profile

Idea #5334

Updated by Sarah Guthrie over 8 years ago

Purpose is to return list of gVCF-formatted VCF/gVCF-formatted variations from reference for a callset. We might want to consider implementing this for a group of callsets rather than just one. 

 See lightning/docs POST /callsets/{callset-name}/gvcf 
 Requires a request containing information about the loci to return. Returns a list of gVCF lines for specifications the callset at these loci. 

 POST /callsets/{callset-name}/vcf  
 Requires a request containing information about the loci to return. Returns a list of VCF lines for the callset at these loci. 

Back