Hi Oxbow,
Fantastic project - thanks!
I'm working on a tool for doing some processing on VCFs, to produce a new VCF. My current implementation is already built on noodles + datafusion, so I'm keen to use oxbow to eliminate a pile of VCF -> arrow code.
Do you have concrete plans to produce code for going from RecordBatches to VCF?
Also, because of the way sorting works in datafusion, I find I need to keep an integer chrom_id column so that things sort in the desirable chr1, chr2, ... chr9, chr10, ... way. Is this something you would consider adding?
Thanks,
Tom.
Hi Oxbow,
Fantastic project - thanks!
I'm working on a tool for doing some processing on VCFs, to produce a new VCF. My current implementation is already built on noodles + datafusion, so I'm keen to use oxbow to eliminate a pile of VCF -> arrow code.
Do you have concrete plans to produce code for going from RecordBatches to VCF?
Also, because of the way sorting works in datafusion, I find I need to keep an integer
chrom_idcolumn so that things sort in the desirablechr1,chr2, ...chr9,chr10, ... way. Is this something you would consider adding?Thanks,
Tom.