guacamole icon indicating copy to clipboard operation
guacamole copied to clipboard

write out a VCF file instead of a VCF directory with a part-0000 file

Open timodonnell opened this issue 10 years ago • 2 comments

timodonnell avatar Nov 05 '14 21:11 timodonnell

Bumping this.

I'd like to be able to directly load a VCF generated by guacamole into varcode, and be able to run guacamole repeatedly and have it just overwrite the output file.

Even very large VCFs should be easy to write by one node. We should just collect all the variants called onto one node (perhaps the driver) and write out a regular VCF.

timodonnell avatar Jul 06 '15 21:07 timodonnell

ADAM has recently added functionality for "easily" writing single-file VCFs and SAMs/BAMs; could be useful here, or just useful for us to mimic. https://github.com/bigdatagenomics/adam/pull/689

ryan-williams avatar Jul 21 '15 21:07 ryan-williams