openvax / pyensembl

Python interface to access reference genome features (such as genes, transcripts, and exons) from Ensembl
Apache License 2.0
374 stars 65 forks source link

Create small subset of an Ensembl release for testing #69

Closed iskandr closed 8 years ago

iskandr commented 9 years ago

Testing indexing & database creation is infeasibly slow on full Ensembl releases. We should make a small subset of e.g. release 79 (with only a few genes and all their transcripts) for testing database initialization.

iskandr commented 8 years ago

I think we gave up on this idea in favor of slightly faster parsing to make the tests finish in ~30 minutes.