Skip to content

Commit f9b26c5

Browse files
committed
clean up makefile
1 parent f5fb8b4 commit f9b26c5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Makefile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ none:
77
# make all sets of annotations
88
all: gencode-hg19 ensembl-hg19 gencode-hg38 ensembl-hg38
99

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+
1020

1121
# ~~~~~ GENCODE hg19 ~~~~~ #
1222
# generate the Gencode hg19 annotations .bed file
13-
gencode-hg19: gencode.v19.annotation.genes.bed
14-
1523
gencode.v19.annotation.gtf.gz:
1624
wget ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz
1725

@@ -23,9 +31,6 @@ gencode.v19.annotation.genes.bed: gencode.v19.annotation.gtf.gz
2331

2432
# ~~~~~ GENCODE hg38 ~~~~~ #
2533
# generate the Gencode hg38 annotations .bed file
26-
27-
gencode-hg38: gencode.v27.annotation.genes.bed
28-
2934
gencode.v27.annotation.gtf.gz:
3035
wget ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_27/gencode.v27.annotation.gtf.gz
3136

@@ -36,8 +41,6 @@ gencode.v27.annotation.genes.bed: gencode.v27.annotation.gtf.gz
3641

3742
# ~~~~~ ENSEMBL hg19 ~~~~~ #
3843
# generate the Ensembl hg19 annotations .bed file
39-
ensembl-hg19: Homo_sapiens.GRCh37.82.chr.bed
40-
4144
Homo_sapiens.GRCh37.82.chr.gtf.gz:
4245
wget ftp://ftp.ensembl.org/pub/grch37/release-84/gtf/homo_sapiens/Homo_sapiens.GRCh37.82.chr.gtf.gz
4346

@@ -55,8 +58,6 @@ Homo_sapiens.GRCh37.82.chr.bed: Homo_sapiens.GRCh37.82.chr.gtf
5558

5659
# ~~~~~ ENSEMBL hg38 ~~~~~ #
5760
# generate the Ensembl hg19 annotations .bed file
58-
ensembl-hg38: Homo_sapiens.GRCh38.91.chr.bed
59-
6061
Homo_sapiens.GRCh38.91.chr.gtf.gz:
6162
wget ftp://ftp.ensembl.org/pub/release-91/gtf/homo_sapiens/Homo_sapiens.GRCh38.91.chr.gtf.gz
6263

0 commit comments

Comments
 (0)