adam
                                
                                 adam copied to clipboard
                                
                                    adam copied to clipboard
                            
                            
                            
                        ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark, and Apache Parquet. Apache 2 licensed.
Hello, Would it be possible to provide a minimal example be it in Scala/python/CLI, how to convert say BAM to an ADAMs parquet? Same with a canonical 6 columns BED....
After removing patches from the bioconda recipe for 0.23.0, the ADAM startup scripts still don't resolve correctly when symlinks ``` + source /opt/conda/bin/activate /opt/conda/conda-bld/adam_1522259566898/_t_env + /bin/bash -x -e /opt/conda/conda-bld/adam_1522259566898/test_tmp/run_test.sh +...
Follow on to https://github.com/bigdatagenomics/adam/pull/1837.
After #1921 merges, VariantContextRDD will be usable from Python and R. We should surface: * `loadVcf` * `loadIndexedVcf` * `loadVcfWithProjection` * `loadParquetVariantContexts` in both Python and R.
Crosslinking to https://github.com/bigdatagenomics/avocado/issues/202. I'm seeing really odd performance issues in Avocado when using the Broadcast region join code. E.g., multiple order of magnitude slowdowns.
See https://github.com/bigdatagenomics/bdg-formats/issues/202 https://github.com/heuermh/bdg-formats/blob/docs/docs/source/transcript-effects.md
See conversation on Gitter at https://gitter.im/bigdatagenomics/adam?at=5f4343ca59ac794e02c0c60a
Abstract classes ```scala trait GenomicDataset[T, U