--- layout: page title: Download permalink: /download/ order: 5 share: false --- Please cite: >Kim, D., Paggi, J.M., Park, C. _et al._ Graph-based genome alignment and genotyping with HISAT2 and HISAT-genotype. _Nat Biotechnol_ **37**, 907–915 (2019). - TOC {:toc} ## Index HISAT2 indexes are hosted on AWS (Amazon Web Services), thanks to the AWS Public Datasets program. Click this [link](https://registry.opendata.aws/jhu-indexes/) for more details. {% for item in site.data.download-index %} ### {{ item.organism }} {% for data in item.data %}
  • {{ data[0] }}
  • {% for genome in data[1] %} {% endfor %}
    {{ genome[0] }} {% for url in genome[1] %} {{ url[1] }}
    {% endfor %}
    {% endfor %} {% endfor %} genome: HISAT2 index for reference genome_snp: HISAT2 Graph index for reference plus SNPs genome_tran: HISAT2 Graph index for reference plus transcripts genome_snp_tran: HISAT2 Graph index for reference plus SNPs and transcripts ## Binaries {: binaries } {% assign targets = site.data.download-binary.latest_version | split: "," %} {% for release in site.data.download-binary.release %} {% assign version = release['version'] %} {% if targets contains version or targets == null %} {% assign name = release['name'] %} ### Version: {{name}} {{version}} {% for artifact in release['artifacts'] %} {% assign type = artifact[0] %} {% endfor %}
    Release Date: {{release['date']}}
    {{type}}{{artifact[1]}}
    {% endif %} {% endfor %}