alleleTools.format package

Convert module for alleleTools.

This module converts allele data between different file formats including VCF, CSV, and custom allele table formats. It supports conversions from various sources including UK Biobank data and standard genomic formats.

alleleTools.format.setup_parser(subparsers)[source]

Set up the argument parser for the convert subcommand.

Creates a subparser for the ‘convert’ command and registers all available conversion types as sub-subcommands.

Parameters:

subparsers – The subparsers object from the main argument parser.

Returns:

The configured parser for the convert command.

Return type:

argparse.ArgumentParser

Subpackages

Submodules