macarthur-lab / gnomad_browser

gnomAD browser pre-ASHG 2018
MIT License
33 stars 16 forks source link

Return process list from load_db functions #126

Closed nawatts closed 6 years ago

nawatts commented 6 years ago

Related to #118.

load_db expects all the functions that it calls to return a list of processes.

https://github.com/macarthur-lab/gnomad_browser/blob/453a7e4b0162abadb5877806d0f4aae4383a2496/exac.py#L502-L505

When those functions do not return anything, TypeError: 'NoneType' object is not iterable is thrown when attempting to extend the all_procs list.