Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.12.0
-
Component/s: Jalview Project
-
Labels:None
-
Epic Link:
Description
Most web service jobs involving an alignment hold an immutable instance of jalview.datamodel.AlignmentView corresponding to the (possibly aligned) sequence data as it was shown when submitted to the service.
This immutable AlignmentView is referred to by implementations of jalview.ws2.actions.BaseTask.collectResult(List<T>) in order to produce a view of the results (if any) from the web service calculation, e.g. for MSAs it is used to reassemble distinct MSA subjobs for visible regions.
This immutable AlignmentView is referred to by implementations of jalview.ws2.actions.BaseTask.collectResult(List<T>) in order to produce a view of the results (if any) from the web service calculation, e.g. for MSAs it is used to reassemble distinct MSA subjobs for visible regions.