You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use the directory uploader with full file paths.
Create 2 entries going to the same project/sample
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: