Closed AAvalos82 closed 6 years ago
We also identified an issue for seqBCF2GDS()
using R version 3.5.1.
Do you see the same problem when you use R version 3.4.3 or any version lower than 3.5.0?
It was not present in R 3.4.3 for sure, did not test in R 3.5.0.
Could you please test this commit https://github.com/zhengxwen/SeqArray/commit/67b4c314deb05b6888416b9a7ae718f870df5cba to see whether it is fixed or not?
library("devtools")
install_github("zhengxwen/SeqArray")
Just checked it with the recommended commit. That seems to have fixed the issue and accurate number of variants are being written into the data base.
I am noticing an issue when I run seqVCF2GDS(). If I run it in parallel I loose the trailing 7 SNPs in my data set. However when I run it serially all SNPs are accounted for.