You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks similar to #41, but I've made sure to sort the VCFs first using bcftools sort. Those two samples do not share the exact same variants, should seqMerge work in this case?
Many thanks in advance.
Best wishes,
Fengyuan
The text was updated successfully, but these errors were encountered:
Dear @zhengxwen / @zhengxw-ab ,
Hope you are keeping well.
I was trying to merge two samples:
seqMerge(c("sample_1.gds", "sample_2.gds"), "merged.gds", storage.option="LZMA_RA", verbose=TRUE))
error:
Some additional info:
This looks similar to #41, but I've made sure to sort the VCFs first using
bcftools sort
. Those two samples do not share the exact same variants, should seqMerge work in this case?Many thanks in advance.
Best wishes,
Fengyuan
The text was updated successfully, but these errors were encountered: