Metadata-Version: 2.4
Name: analysis-runner
Version: 3.3.1
Summary: Analysis runner to help make analysis results reproducible
License: MIT
Project-URL: Homepage, https://github.com/populationgenomics/analysis-runner
Keywords: bioinformatics
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cloudpathlib[all]
Requires-Dist: cpg-utils>=5.0.0
Requires-Dist: grpcio-status<1.50,>=1.48
Requires-Dist: hail>=0.2.134
Requires-Dist: requests
Requires-Dist: tabulate
Dynamic: license-file

# Analysis Runner CLI and library

## CLI

See [these instructions](https://github.com/populationgenomics/analysis-runner#cli) for how to run the CLI.

## Library

This package also contains convenience modules for writing scripts that will be
executed through the analysis-runner.

### [Dataproc](dataproc.py)

Provides a wrapper for starting a Dataproc cluster from within Hail Batch and
submitting a Query script to it ([example](../../../../examples/dataproc)). This is
particularly useful as an intermediate solution before all Hail Query features
are supported by the `ServiceBackend`.
