Closed zy4 closed 6 years ago
By the way isn't it the sole purpose of HTMP to forward to modeller? Can't we just forward directly without the intermediate result page of HTMP?
That would also solve #629 because we can do more behind the scenes.
Yes, that's the sole purpose. These jobs, however, frequently need several minutes to complete and that's why it is necessary to have the intermediate page.
Should all be handeled async in the background. In my opinion HTMP is not a tool and should be gone from the frontend.
Having this intermediate step allows users to do other things in parallel while waiting for the HTMP job to completely. If we would also handle it like forwarding, users would be bound to the parent page.
No, I was talking about dispatching a modeller job right away but hiding the htmp part
That's not a good idea, as users should be provided with the option to refactor the alignment created by HTMP, before it is submitted to MODELLER.
I doubt then that the issue we have with #629 was ever implemented in way which covers all possible cases. If the htmp result gets altered how can we guarantee that the changes are forwarded correctly? I think this needs a deeper refactoring.
Users can remove one or more template sequences from the created alignment and this does not require any refactoring of the code. This has been working very well all the time.
Okay, but to close this issue. If we stick to HTMP as a submission tool, we should decide whether we do away with the help icon.
Let's do away with it.
has no modal. Should be removed or a modal should be implemented.