Batch
  • Getting Started
  • Tutorial
  • Docker Resources
  • Batch Service
  • Cookbooks
  • Reference (Python API)
    • Batches
    • Resources
    • Batch Pool Executor
    • Backends
    • Utilities
      • hailtop.batch.docker.build_python_image
      • hailtop.batch.utils.concatenate
      • hailtop.batch.utils.plink_merge
        • plink_merge()
  • Configuration Reference
  • Advanced UI Search Help
  • Python Version Compatibility Policy
  • Change Log
Batch
  • Python API
  • hailtop.batch.utils.plink_merge
  • View page source

hailtop.batch.utils.plink_merge

hailtop.batch.utils.plink_merge(b, bfiles, image=None, branching_factor=100)

Merge binary PLINK files using tree aggregation.

Parameters:
  • b (Batch) – Batch to add merge jobs to.

  • bfiles (List[ResourceGroup]) – List of binary PLINK file roots to merge.

  • image (Optional[str]) – Image name that contains PLINK.

  • branching_factor (int) – Grouping factor when merging files.

Return type:

ResourceGroup

Returns:

Merged binary PLINK file.

Previous Next

© Copyright 2025, Hail Team.

Built with Sphinx using a theme provided by Read the Docs.