Open
Description
A Java LinkedHashSet is preferred for storing set
in Boa, as the output order (if printed/shown in the output) will be predictable leading to identical job outputs.
Currently we use HashSet, where the iterated order of the items is not deterministic and thus some jobs will have output that is bytewise different (but semantically equivalent) on subsequent runs.