kbaseapps / kb_uploadmethods

MIT License
4 stars 21 forks source link

Reads object can appear in the data panel long before the job completes #327

Open MrCreosote opened 3 years ago

MrCreosote commented 3 years ago

This can lead to confusion for users. The job has to complete after the object is loaded, obviously, but the object upload could possibly be moved to the last possible moment - just before saving the report object. E.g. if the object is saved and then a QC analysis is run on the reads, swap the order of the operations.

This is probably good practice for all apps.