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

EnsemblReleaseSource is not used #105

Closed tavinathanson closed 9 years ago

tavinathanson commented 9 years ago

Noticed by @iskandr. This creates the following issues:

This should be fixed by actually using EnsemblReleaseSource internally.

tavinathanson commented 9 years ago

This also resulted in a super weird bug, with varcode tests complaining about missing FASTA information. Because the logic to add the release number to the FASTA filename is not currently included, the FASTA information for one release can clobber that of another!