Pheno browser api

GET ^/config/?$

Get the phenotype data configuration.

GET ^/instruments/?$

Get phenotype instruments.

GET ^/measures_info/?$

Get pheno measures info.

GET ^/measures/?$

Get pheno measures pages.

GET ^/measures_count/?$

Return a CSV file stream for measures.

GET ^/measure_description/?$

Get pheno measures description.

GET ^/download/?$

Return a CSV file stream for measures.

HEAD ^/download/?$

Return a status code validating if measures can be downloaded.

POST ^/measure_values/?$

Return measure values as stream.

GET ^/images/(?P<pheno_id>[^/]+)/(?P<image_path>.+)?

Return raw image data from a remote GPF instance.