-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathhisat2.yaml
More file actions
27 lines (27 loc) · 865 Bytes
/
hisat2.yaml
File metadata and controls
27 lines (27 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# hisat2 (v2.0.1) reference with Ensembl release 78 exon and splicesite annotations
# Derived from NCBI set with HLA and decoy alternative alleles
# http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/reference/GRCh38_reference_genome/
# README.md has an in depth description of how this was created
---
attributes:
name: hisat2
version: 12-07-2015
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
url=https://s3.amazonaws.com/biodata/genomes/hg38-hisat2-12-07-2015.tar.xz
wget -qO- $url > hg38-hisat2-tar.xz
tar Jxvf hg38-hisat2-tar.xz
rm hg38-hisat2-tar.xz
recipe_outfiles:
- hisat2/hg38.1.ht2
- hisat2/hg38.2.ht2
- hisat2/hg38.3.ht2
- hisat2/hg38.4.ht2
- hisat2/hg38.5.ht2
- hisat2/hg38.6.ht2
- hisat2/hg38.7.ht2
- hisat2/hg38.8.ht2
- hisat2/README.md