DataBiosphere / data-explorer

BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Fix all participants query #337

Closed melissachang closed 5 years ago

melissachang commented 5 years ago

Instead of getting participant ids from first table, get from all tables. Tested with 1000 Genomes and AMP PD. Before this PR, AMP PD all participants query returned 5407 participants. After this PR, 5478 partcipants are returned.

Also some code clean up. Follow this repo's convention of putting helper methods before they're used.