sacha schutz
sacha schutz
CuteVCF should be able to manage big file . Qt Model system is really strong and can support huge amount of line. If I exceed my memory, I can use...
Ok, I have two option. - 1 save raw vcf line in sqlite : chrom, pos, ref , alt , info , sample and do the parsing from C++. Or...
After some reflexion during my night, I propose the following idea : For each .vcf.gz create the sqlite clone .vcf.db Sqlite support query on different database, so I can easily...
easy job I guess ! Create AbstractTraceWriter and do same as AbstratTraceReader
@SidneyGuenther Yes , please !
hi ! Thanks for this amazing feature . What about the writer function ? I would love to avoid spark and only use rust.
Let me work on this
Ok.. it looks like you generate DDL automatically from a script . I wonder how can I optimize shema data type. For instance using Uint8 for age and Uint32 for...
Just for sharing mine .. Note: clickhouse doesn't have concept of Foreign key or index. It is a column oriented database. ```sql --clickhouse CDM DDL Specification for OMOP Common Data...
yes it is. And it's a brillant project. But in fact, you also provide the library as a software ? no ?