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
Looking at https://github.com/benjeffery/tsinfer-snakemake/blob/main/steps.py, we see the code like the one below, where tsinfer.SgkitSampleData(input[0].replace("variant_mask", "")) is called, where we guess the input is either a ZARR file and the tsinfer.SgkitSampleData() might be doing all the magic.
There are two parts here.
Part 1: Check sgkit documentation how to import a VCF file
This is sgkit:
We need to learn how to use sgkit, so best to check how to import a VCF file into Python and create an sgkit object - how we do this...
Part 2: How we will move towards using sgkit in this tree seq pipeline
Once we master the above part, we should be looking into how to do what Ben Jeffrey is doing at https://github.com/benjeffery/tsinfer-snakemake/tree/main
The text was updated successfully, but these errors were encountered: