You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a -single option to ADAM2Vcf to output a single VCF file.
I assume this can be done similarly to how it is done currently for BAM output.
@fnothaft - let us know what you think the best approach is here. I am willing to work on porting over to VCF, but I know this was a finicky bit of code, so if you'd rather do it or if you have suggestions let me know.
My near term goal here is to examine the VCF transformations/roundtrips using each of Parquet and HBase data stores, both of which can make use of this same code for VCF output.
The text was updated successfully, but these errors were encountered:
Add a
-single
option toADAM2Vcf
to output a single VCF file.I assume this can be done similarly to how it is done currently for BAM output.
@fnothaft - let us know what you think the best approach is here. I am willing to work on porting over to VCF, but I know this was a finicky bit of code, so if you'd rather do it or if you have suggestions let me know.
My near term goal here is to examine the VCF transformations/roundtrips using each of Parquet and HBase data stores, both of which can make use of this same code for VCF output.
The text was updated successfully, but these errors were encountered: