Structure Pair

A pair consisting of two fragment sam-alignment instances.
The struct pair has a constructor make-pair that takes a score and two sam-alignment instances as parameters.
Read-only accessor pair-score of type fixnum refers to the score.
Read-only accessor pair-aln1 of type sam-alignment refers to the first fragment.
Read-only accessor pair-aln2 of type sam-alignment refers to the second fragment.

Part of:

package elprep