Skip to content

Commit

Permalink
Moved test data to github
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonardi committed Feb 18, 2019
1 parent 20310eb commit ea9e6c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ __pycache__/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

/tests/test_data.tgz
/tests/ensembl*
/tests/extracted*
/tests/gencode*
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: fivep threep introns gtf2bed operations
.PHONY: data
data: test_data.tgz
test_data.tgz:
wget -O test_data.tgz "https://www.ebi.ac.uk/~tl344/bedparse_test_data.tgz" && tar -zxvf test_data.tgz
wget -O test_data.tgz "https://raw.githubusercontent.com/tleonardi/bedparse/devel/tests/test_data.tgz" && tar -zxvf test_data.tgz

.PHONY: fivep
fivep: data
Expand Down
Binary file added tests/test_data.tgz
Binary file not shown.

0 comments on commit ea9e6c5

Please sign in to comment.