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
Currently we can't write bcf files from VariantSparkSink. This may require a fix in hadoop bam.
We should also enable writing g.bcf and bcf.gz variants.
The text was updated successfully, but these errors were encountered:
* Support g.vcf.gz files in Spark tools
* fixes#4274
* upgrade hadoop-bam 7.9.1 -> 7.10.0
* Remove bcf files from Spark tests since spark currently can't write bcf files correctly
* this is tracked by #4303
* a file called named .bcf is produced, but the file is actually encoded as a vcf
* updated tests to verify that the file extension matches the actual datatype in the file
Currently we can't write bcf files from VariantSparkSink. This may require a fix in hadoop bam.
We should also enable writing g.bcf and bcf.gz variants.
The text was updated successfully, but these errors were encountered: