qiime / qiime_web_app

QIIME, EMP and American Gut Web Application
www.microbio.me/qiime
9 stars 10 forks source link

add countries to metadata getter #650

Closed adamrp closed 10 years ago

adamrp commented 10 years ago

select country, count(*) as num_examples from ag_login group by country order by 2 desc;

this query shows that there are far more countires than the metadata getter is currently accounting for.