Hi everyone! My first Hail post :). Anyway, I’m still a relative newbie so apologies if this is a naive question, but I have two vds’s that came from the same samples but different variants. I was trying to see if there was a way to merge into a single vds but I can’t find an obvious way to do that - the join method on VariantDataSet supports 2 vds’s with overlapping variants but different samples, whereas I’m looking for the opposite. I could try and redesign our pipeline to first join vcf’s (which is a trivial thing if both files have the same samples and non-overlapping variants) and then convert into vds but I was hoping to keep the pre-vds processing to the minimum.
Happy to contribute this functionality to open source if it’s lacking and y’all think it’s valuable
Guillermo