Open biona001 opened 5 months ago
In the documentation, it reads
For optimal performance, it is best to filter the VCF file down to records between start_bp and end_bp (e.g. with bcftools) before running solveblock.
We can automate this step internally within solve_block() (if the input VCF file is indexed) by calling bcftools using the bcftools_jll.jl package.
solve_block()
bcftools
In the documentation, it reads
We can automate this step internally within
solve_block()
(if the input VCF file is indexed) by callingbcftools
using the bcftools_jll.jl package.