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

[GUI] Uploading multiple samples to the same IRIDA sample cause errors with upload bars #90

Open
JeffreyThiessen opened this issue Jul 10, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@JeffreyThiessen
Copy link
Member

Describe the bug

Because we decide which progress bar is updated by identifying them by + we only create one progress bar if there are multiple sample sets with the same project id sample id pair.

Steps to reproduce the problem

  1. Use the directory uploader with full file paths.
  2. Create 2 entries going to the same project/sample
  3. Upload

Expected behaviour

Each entry should have it's own progress bar.

Additional context

This should be solved by generating a UUID for each SequenceFile object, and associating the progress bar with it.
The progress signal emitter will need to be changed to emit the UUID instead of the project sample pair.

@JeffreyThiessen JeffreyThiessen added the bug Something isn't working label Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant