hammerlab / cycledash

Variant Caller Analysis Dashboard and Data Management System
Other
35 stars 2 forks source link

Varcode worker: infer the correct ENSEMBL release from the VCF file if possible #816

Closed armish closed 9 years ago

armish commented 9 years ago

We currently assume it is Release 75 or whatever is set in the configuration/env by default. This is not always true. The worker should try to guess this from the file and if this is not available, then it should fall back to the default one declared within config.py.

Related: #512 cc: @tavinathanson