7
7
# make all sets of annotations
8
8
all : gencode-hg19 ensembl-hg19 gencode-hg38 ensembl-hg38
9
9
10
+ gencode-hg19 : gencode.v19.annotation.genes.bed
11
+
12
+ gencode-hg38 : gencode.v27.annotation.genes.bed
13
+
14
+ ensembl-hg19 : Homo_sapiens.GRCh37.82.chr.bed
15
+
16
+ ensembl-hg38 : Homo_sapiens.GRCh38.91.chr.bed
17
+
18
+
19
+
10
20
11
21
# ~~~~~ GENCODE hg19 ~~~~~ #
12
22
# generate the Gencode hg19 annotations .bed file
13
- gencode-hg19 : gencode.v19.annotation.genes.bed
14
-
15
23
gencode.v19.annotation.gtf.gz :
16
24
wget ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz
17
25
@@ -23,9 +31,6 @@ gencode.v19.annotation.genes.bed: gencode.v19.annotation.gtf.gz
23
31
24
32
# ~~~~~ GENCODE hg38 ~~~~~ #
25
33
# generate the Gencode hg38 annotations .bed file
26
-
27
- gencode-hg38 : gencode.v27.annotation.genes.bed
28
-
29
34
gencode.v27.annotation.gtf.gz :
30
35
wget ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_27/gencode.v27.annotation.gtf.gz
31
36
@@ -36,8 +41,6 @@ gencode.v27.annotation.genes.bed: gencode.v27.annotation.gtf.gz
36
41
37
42
# ~~~~~ ENSEMBL hg19 ~~~~~ #
38
43
# generate the Ensembl hg19 annotations .bed file
39
- ensembl-hg19 : Homo_sapiens.GRCh37.82.chr.bed
40
-
41
44
Homo_sapiens.GRCh37.82.chr.gtf.gz :
42
45
wget ftp://ftp.ensembl.org/pub/grch37/release-84/gtf/homo_sapiens/Homo_sapiens.GRCh37.82.chr.gtf.gz
43
46
@@ -55,8 +58,6 @@ Homo_sapiens.GRCh37.82.chr.bed: Homo_sapiens.GRCh37.82.chr.gtf
55
58
56
59
# ~~~~~ ENSEMBL hg38 ~~~~~ #
57
60
# generate the Ensembl hg19 annotations .bed file
58
- ensembl-hg38 : Homo_sapiens.GRCh38.91.chr.bed
59
-
60
61
Homo_sapiens.GRCh38.91.chr.gtf.gz :
61
62
wget ftp://ftp.ensembl.org/pub/release-91/gtf/homo_sapiens/Homo_sapiens.GRCh38.91.chr.gtf.gz
62
63
0 commit comments