Metadata-Version: 2.1
Name: hail
Version: 0.2.82
Summary: Scalable library for exploring and analyzing genomic data.
Home-page: https://hail.is
Author: Hail Team
Author-email: hail@broadinstitute.org
License: UNKNOWN
Project-URL: Documentation, https://hail.is/docs/0.2/
Project-URL: Repository, https://github.com/hail-is/hail
Project-URL: Change Log, https://hail.is/docs/0.2/change_log.html
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.7.4)
Requires-Dist: aiohttp-session (<2.8,>=2.7)
Requires-Dist: asyncinit (<0.3,>=0.2.4)
Requires-Dist: avro (<1.11,>=1.10)
Requires-Dist: azure-identity (==1.6.0)
Requires-Dist: azure-storage-blob (==12.8.1)
Requires-Dist: bokeh (<2.0,>1.3)
Requires-Dist: boto3 (<2.0,>=1.17)
Requires-Dist: botocore (<2.0,>=1.20)
Requires-Dist: decorator (<5)
Requires-Dist: Deprecated (<1.3,>=1.2.10)
Requires-Dist: dill (<0.4,>=0.3.1.1)
Requires-Dist: gcsfs (==2021.*)
Requires-Dist: google-auth (==1.27.0)
Requires-Dist: google-cloud-storage (==1.25.*)
Requires-Dist: humanize (==1.0.0)
Requires-Dist: hurry.filesize (==0.9)
Requires-Dist: janus (<0.7,>=0.6)
Requires-Dist: nest-asyncio (==1.5.4)
Requires-Dist: numpy (<2)
Requires-Dist: orjson (==3.6.4)
Requires-Dist: pandas (<1.1.5,>=1.1.0)
Requires-Dist: parsimonious (<0.9)
Requires-Dist: plotly (<5.6,>=5.5.0)
Requires-Dist: PyJWT
Requires-Dist: pyspark (<3.2.0,>=3.1.1)
Requires-Dist: python-json-logger (==0.1.11)
Requires-Dist: requests (==2.25.1)
Requires-Dist: scipy (<1.8,>1.2)
Requires-Dist: sortedcontainers (==2.1.0)
Requires-Dist: tabulate (==0.8.3)
Requires-Dist: tqdm (==4.*)
Requires-Dist: uvloop (==0.16.0)

# Hail

[![Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://hail.zulipchat.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[Hail](https://hail.is) is an open-source, general-purpose, Python-based data analysis tool with additional data types and methods for working with genomic data.

Hail is built to scale and has first-class support for multi-dimensional structured data, like the genomic data in a genome-wide association study (GWAS).

Hail is exposed as a Python library, using primitives for distributed queries and linear algebra implemented in Scala, [Spark](https://spark.apache.org/docs/latest/index.html), and increasingly C++.

See the [documentation](https://hail.is/docs/0.2/) for more info on using Hail.

### Community

Hail has been widely adopted in academia and industry, including as the analysis platform for the [genome aggregation database](https://gnomad.broadinstitute.org) and [UK Biobank rapid GWAS](https://www.nealelab.is/uk-biobank). Learn more about [Hail-powered science](https://hail.is/references.html).

### Contribute

If you'd like to discuss or contribute to the development of methods or infrastructure, please:

- see the [For Software Developers](https://hail.is/docs/0.2/getting_started_developing.html) section of the installation guide for info on compiling Hail
- chat with us about development in our [Zulip chatroom](https://hail.zulipchat.com)
- visit the [Development Forum](https://dev.hail.is) for longer-form discussions
<!--- - read [this post]() (coming soon!) for tips on submitting a successful Pull Request to our repository --->

Hail uses a continuous deployment approach to software development, which means we frequently add new features. We update users about changes to Hail via the [Discussion Forum](https://discuss.hail.is). We recommend creating an account on the Discussion Forum so that you can subscribe to these updates as well.

### Maintainer

Hail is maintained by a team in the [Neale lab](https://nealelab.is/) at the [Stanley Center for Psychiatric Research](https://www.broadinstitute.org/stanley) of the [Broad Institute of MIT and Harvard](https://www.broadinstitute.org) and the [Analytic and Translational Genetics Unit](https://www.atgu.mgh.harvard.edu/) of [Massachusetts General Hospital](https://www.massgeneral.org/).

Contact the Hail team at <code><a href="mailto:hail@broadinstitute.org">hail@broadinstitute.org</a></code>.

### Citing Hail

If you use Hail for published work, please cite the software. You can get a
citation for the version of Hail you installed by executing:

```python
import hail as hl
print(hl.citation())
```

Which will look like:

```
Hail Team. Hail 0.2.13-81ab564db2b4. https://github.com/hail-is/hail/releases/tag/0.2.13.
```

##### Acknowledgements

The Hail team has several sources of funding at the Broad Institute:
- The Stanley Center for Psychiatric Research, which together with Neale Lab has provided an incredibly supportive and stimulating home.
- Principal Investigators Benjamin Neale and Daniel MacArthur, whose scientific leadership has been essential for solving the right problems.
- Jeremy Wertheimer, whose strategic advice and generous philanthropy have been essential for growing the impact of Hail.

We are grateful for generous support from:
- The National Institute of Diabetes and Digestive and Kidney Diseases
- The National Institute of Mental Health
- The National Human Genome Research Institute
- The Chan Zuckerberg Initiative

We would like to thank <a href="https://zulipchat.com/">Zulip</a> for supporting
open-source by providing free hosting, and YourKit, LLC for generously providing
free licenses for <a href="https://www.yourkit.com/java/profiler/">YourKit Java
Profiler</a> for open-source development.

<img src="https://www.yourkit.com/images/yklogo.png" align="right" />


