rearrangements
this merge request gives the possibility to specify a wished sequencing ordering, between groups, in a user created file which uses virtual links. This is done by having the sequencing order determined, when the pointing group has attribute "is_rearranged", by the naming used for such pointing group, not by the name of the target. When the attribute is absent, the standard ordering is applied.
Edited by myron
Merge request reports
Activity
Filter activity
assigned to @payno
two minors comments:
- could you put the
is_rearranged
details from this PR to the source code please ? - maybe testing the value of
is_rearranged
would also make more sense (even if for now I guess when it exists it is always set to True). So having something like:
is_rearranged = not in h5d.get(node).attrs.get("is_rearranged", False) if not is_rearranged and isinstance(node_to_treat, (h5py.ExternalLink, h5py.SoftLink)): ...
- could you put the
mentioned in commit 86b1cad4
Please register or sign in to reply