Ingest Samples
Indexed files are required for ingestion. If your VCF/BCF files have not been indexed, you can use bcftools
to do so:
You can ingest samples into an already created dataset as follows:
Incremental updates work in the same manner as the ingestion above, nothing special is needed. In addition, the ingestion is thread- and process-safe and, therefore, can be performed in parallel.
Last updated