Skip to content

Modules

Top-level package for sumtools.

cli

Console script for sumtools.

main()

Run the main CLI command.

Source code in sumtools/cli.py
 8
 9
10
11
12
13
@app.command()
def main():
    """Run the main CLI command."""
    typer.echo("sumtools")
    typer.echo("=" * len("sumtools"))
    typer.echo("a suite for summary level GWAS downstream analysis")

sumtools

Main module.