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
At the moment the entire VCF is read into a PhasedMatrix struct which contains an Array2 for genotype data. This gets memory intensive and slow for large files. For large datasets, the VCF should be read in blocks and the HST created incrementally.
The text was updated successfully, but these errors were encountered:
At the moment the entire VCF is read into a
PhasedMatrix
struct which contains anArray2
for genotype data. This gets memory intensive and slow for large files. For large datasets, the VCF should be read in blocks and the HST created incrementally.The text was updated successfully, but these errors were encountered: