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

add check to make sure correct data is imported for samples/parentage #15

Closed
romunov opened this issue Oct 7, 2017 · 1 comment
Closed
Labels

Comments

@romunov
Copy link
Owner

romunov commented Oct 7, 2017

Right now, if columns don't match what is thought to be the correctly formatted input, the application crashes. Make a check which tells users that there's something wrong with the input and keeps the application alive.

@romunov romunov added the bug label Oct 7, 2017
@romunov
Copy link
Owner Author

romunov commented Oct 7, 2017

This is 'solved' by 844f491. The position of the error message is wrong and it appears under specific condition:

  • load faulty dataset (no error message)
  • load correct dataset
  • load faulty dataset (message now appears)

We'll have to live with this for now. At least the application doesn't crash.

@romunov romunov closed this as completed Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant