Skip to content

Commit

Permalink
Fixed test_data.tgz make dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonardi committed Feb 18, 2019
1 parent ea9e6c5 commit de71096
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ SHELL:=/bin/bash
all: fivep threep introns gtf2bed operations

.PHONY: data
data: test_data.tgz
test_data.tgz:
wget -O test_data.tgz "https://raw.githubusercontent.com/tleonardi/bedparse/devel/tests/test_data.tgz" && tar -zxvf test_data.tgz

test_data.tgz:
wget -O test_data.tgz "https://raw.githubusercontent.com/tleonardi/bedparse/devel/tests/test_data.tgz"

data: ensembl.bed
ensembl.bed: test_data.tgz
tar -zxvf test_data.tgz

.PHONY: fivep
fivep: data
Expand Down

0 comments on commit de71096

Please sign in to comment.