statgen / locuszoom-hosted

A web service to upload and share GWAS results with LocusZoom.js
https://my.locuszoom.org
MIT License
1 stars 0 forks source link

Sort errors should specify the value for the line that fails #24

Closed abought closed 2 years ago

abought commented 3 years ago

The current "positions must be sorted" error is very generic. It should include the value where ingest fails. https://github.com/statgen/locuszoom-hosted/blob/develop/util/ingest/validators.py#L44

This would be particularly helpful when the upload fails due to formatting issues, like a single number in scientific notation or with unexpected delimiters.

abought commented 2 years ago

Should be addressed as of yesterday's v0.3.1 release