Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings and errors are not always reflected in the UI #16

Open
williamdlees opened this issue Jan 30, 2022 · 1 comment
Open

Warnings and errors are not always reflected in the UI #16

williamdlees opened this issue Jan 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@williamdlees
Copy link
Contributor

Ideally, all warnings or errors should be available from the UI, so that the utility can be run on an unattended server and accessed over the web. However some are not. As an example, I inadvertently ran the tool on a changeo file instead of an airr file. The reported error in the UI was 'Error: 'x' must be numeric but there was a much more informative error in the console:

Warning in validate_airr(data, schema = schema) :
Warning: File is missing AIRR mandatory field(s): sequence_id, sequence, rev_comp, productive, v_call, d_call, j_call, sequence_alignment, germline_alignment, junction, junction_aa, v_cigar, d_cigar, j_cigar

Also - perhaps processing should have stopped at this point?

@ssnn-airr
Copy link
Contributor

There is a lot of error/warning/message handling to do. I made a specific issue for not AIRR-C compliant files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants