VariantSpark
VariantSpark copied to clipboard
Add support for ingesting non-VCF data sources using DataBricks scala API
At present only VCF files are exposed using the scala API for ingesting feature data. It would be useful to allow easy ingestion of parquet files as this would broaden the usefulness of VariantSpark beyond genomics. The class ParquetFeatureSource appears to offer this functionality already but is not available within the Databricks environment.