Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Deepvariant | 2,869 | 2 months ago | 2 | bsd-3-clause | Python | |||||
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data. | ||||||||||
Gatk | 1,496 | 2 | 2 days ago | 46 | March 16, 2023 | 1,282 | other | Java | ||
Official code repository for GATK versions 4 and up | ||||||||||
Hail | 889 | 16 | 2 days ago | 144 | September 21, 2023 | 147 | mit | Python | ||
Cloud-native genomic dataframes and batch computing | ||||||||||
Ncbi Genome Download | 784 | 2 | 3 | 2 months ago | 23 | December 01, 2021 | 38 | apache-2.0 | Python | |
Scripts to download genomes from the NCBI FTP servers | ||||||||||
Jcvi | 616 | 1 | 3 days ago | 79 | June 29, 2022 | 44 | bsd-2-clause | Python | ||
Python library to facilitate genome assembly, annotation, and comparative genomics | ||||||||||
Bowtie2 | 570 | 2 days ago | 151 | gpl-3.0 | C++ | |||||
A fast and sensitive gapped read aligner | ||||||||||
Nanopolish | 496 | 2 months ago | 60 | mit | C++ | |||||
Signal-level algorithms for MinION data | ||||||||||
Sniffles | 446 | 2 months ago | 7 | April 05, 2022 | 67 | mit | Python | |||
Structural variation caller using third generation sequencing | ||||||||||
Megahit | 442 | 8 months ago | 78 | gpl-3.0 | C++ | |||||
Ultra-fast and memory-efficient (meta-)genome assembler | ||||||||||
Jbrowse | 437 | 1 | 8 months ago | 30 | July 12, 2019 | 164 | other | JavaScript | ||
Full-featured and stable genome browser built with JavaScript and HTML5. |
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.
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.
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.
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]
.
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.
The Hail team has several sources of funding at the Broad Institute:
We are grateful for generous support from:
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.