Start-End Constraint Element

Add the Start-End constraint to two algorithm elements. Let’s denote these elements as alg1 and alg2.

Parameters in GUI

ParameterDescriptionDefault value
Min distanceMinimum distance between an alg1 annotation start and an alg2 annotation end.0bp
Max distanceMaximum distance between an alg1 annotation start and an alg2 annotation end.0bp

Constraint Explanation:

Let:

  • alg1_annot_start be the first nucleotide of an annotation obtained from alg1.
  • alg2_annot_end be the last nucleotide of an annotation obtained from alg2.

The result annotations should comply with the rule:

Min distance <= Distance(alg1_annot_start, alg2_annot_end) <= Max distance

Parameters in Schema File

TypeDescription
Type:distance
Distance-type:start-to-end
ParameterParameter in the GUIType
minMin distancenumeric
maxMax distancenumeric