Nalini Ganapati
Nalini Ganapati
Issue 1: Seen from gatk GenomicsDBImport. We should probably catch the File2TileDBBinaryException in Java and put out a better message. For example, what type of buffer needs to be increased...
See Issue #46.
Not yet. We are currently working on an external `query` api to the native GenomicsDB library and R bindings. For importing VCFs into GenomicsDB, you will still have to build...
This looks great. Will wait for @jacmarjorie and @wrighth-omics to chime in. Meanwhile, will look into getting the current api to use this. Will be especially helpful in interpreting the...
Thanks Karthik and Jaclyn. All great points, let's discuss this in this week's meeting on Thursday. This is my feedback. GA4GH API with protobuf is only a starting point as...
Initial support with https://github.com/GenomicsDB/GenomicsDB/pull/27. WIP to port genomicsdb_iterators.
@mfawzysami, have you read through the [wiki]( https://github.com/GenomicsDB/GenomicsDB/wiki/Importing-CSVs-into-GenomicsDB)?
@mlathara, are there any error messages from GenomicsDS when the `size_per_column_partition` is not sufficient? Can easily write a unit test to figure it out if you are not sure.
Currently, we see this when the buffer size to hold a VCF line is not sufficient - ``` ~/GenomicsDB/install/bin: ./vcf2genomicsdb -r 2 ws/loader.json libc++abi: terminating with uncaught exception of type...
Initial refinement for gt_mpi_gather in https://github.com/GenomicsDB/GenomicsDB/pull/27.