ASPL Guide to Operations v 1.00
© 2024 by SetSphere.COM
9. 5d%U aligns two sequences based on their subgroups union
d%U a12 | a1 a2 | a1 a2 a3 where a12 | a1 | a1 a2 | a1 a2 a3 are set variables
d%U`mtm~ a1 | a1 a2 | a1 a2 a3
d%U/mtm~ a1 | a1 a2 | a1 a2 a3
d%U
When specified by itself then the operation is performed on the object on top of the stack and the one that is one below it, then the result is pushed on the stack
seqop seqoid 123 notcommu ins:H_H_H text:alignment
Use the operator d%U to align the subgroups union of two datasets.
d%U EXAMPLE1This example shows how to compare the subgroups union between two randomly created groups.
d%U OPERATION1#aspl RANDONEBITMIX
start ASPL loading the sample workspace RANDONEBITMIX
① aspl>
v
② aspl>
d%U g1 g2
(show the subgroups (union) alignment between g1 and g2)
d%U EXAMPLE2The operator d%U can be used as the subgroups alignment operator to compare the subdirectories between two directories. This example show how to compare the subdirectories found in two directories represented by two set variables a1 and a2.
d%& OPERATION2① aspl>
d%U a1 a2
(show the alignment of subgroups between a1 and a2)
● Tickable Predicates for d%U
This d%U is tickable with predicates that are shown in the following table:
a yellow note
d%U`_ aligns two sequences based on their subgroups union d%U`c= aligns two sequences based on their subgroups union such that they have the same checksum d%U`c~ aligns two sequences based on their subgroups union such that they have different checksums d%U`c~~ aligns two sequences based on their subgroups union such that they have all over different checksums d%U`h= aligns two sequences based on their subgroups union such that they have the same entropy d%U`h~ aligns two sequences based on their subgroups union such that they have different entropies d%U`h~~ aligns two sequences based on their subgroups union such that they have all over different entropies d%U`mtm= aligns two sequences based on their subgroups union such that they have the same make time d%U`mtm~ aligns two sequences based on their subgroups union such that they have different make times d%U`mtm~~ aligns two sequences based on their subgroups union such that they have all over different make times d%U`mtm< aligns two sequences based on their subgroups union such that they have a prior make time d%U`mtm<= aligns two sequences based on their subgroups union such that they have prior or same make time d%U`mtm> aligns two sequences based on their subgroups union such that they have more recent make time d%U`mtm>= aligns two sequences based on their subgroups union such that they have more recent or same make time d%U`ks= aligns two sequences based on their subgroups union such that they have the same ksum d%U`ks~ aligns two sequences based on their subgroups union such that they have different ksums d%U`ks~~ aligns two sequences based on their subgroups union such that they have all over different ksums