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

Stop hammering ensembl.org for GTF/FASTA files #118

Closed tavinathanson closed 6 years ago

tavinathanson commented 9 years ago

Suggested by @iskandr: instead, we can just cache them in Travis. It won't help us that much (since downloading is a very small portion of the time we spend in Travis, and we'd still need to download from S3), but it'll be possibly better internet etiquette.

iskandr commented 6 years ago

Using Travis caching to accomplish this.