Skip to content

hail-is/hail

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Daniel Kingvladsavelyev
Daniel King
and
May 13, 2022
ab66960 · May 13, 2022
Mar 24, 2022
Oct 13, 2021
Mar 3, 2021
May 2, 2022
May 6, 2022
Mar 29, 2022
Mar 4, 2022
Mar 29, 2022
Apr 6, 2021
May 2, 2022
May 1, 2022
Jun 25, 2021
Apr 19, 2022
Feb 26, 2022
May 1, 2022
Oct 13, 2021
Feb 26, 2022
May 2, 2022
Mar 29, 2022
Jan 7, 2022
Sep 3, 2020
May 13, 2022
Apr 6, 2021
Apr 12, 2022
May 2, 2022
Feb 23, 2022
Apr 19, 2022
Apr 19, 2021
Mar 4, 2022
Feb 26, 2022
Apr 19, 2022
Mar 18, 2022
Apr 19, 2022
Mar 29, 2021
Apr 6, 2021
Sep 21, 2021
Mar 29, 2022
Nov 10, 2021
Mar 10, 2022
May 2, 2022
Nov 25, 2020
Feb 21, 2021
Mar 8, 2022
Apr 4, 2022
May 5, 2021
Jun 21, 2020
Apr 21, 2016
Jun 8, 2020
Feb 10, 2022
Mar 30, 2021
May 1, 2022
Oct 22, 2020
Feb 24, 2022
Jul 21, 2021
Feb 15, 2022
Jul 5, 2021
Mar 16, 2022
Feb 26, 2022
Apr 16, 2022

Repository files navigation

Hail

Zulip

Hail 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, and increasingly C++.

See the documentation 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 and UK Biobank rapid GWAS. Learn more about Hail-powered science.

Contribute

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

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. 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 at the Stanley Center for Psychiatric Research of the Broad Institute of MIT and Harvard and the Analytic and Translational Genetics Unit of Massachusetts General Hospital.

Contact the Hail team at [email protected].

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:

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 Zulip for supporting open-source by providing free hosting, and YourKit, LLC for generously providing free licenses for YourKit Java Profiler for open-source development.