While running Thunderdome on the clinical HLA tool, we discovered that discrepancies with the old clinical HLA Ruby script could appear due to the sorting order of the "alleles_all" field of the output. This traced back to the way alleles were sorted when creating allele pairs: they were sorted alphabetically rather than by "coordinate order". Change this so that an allele pair will have the elements of the pair consistently sorted by coordinate order.