JAL-34 - quick hack to see how we can do alignment comparison for splitframes linking...
[jalview.git] / src / jalview / util / MappingUtils.java
index 25cb810..8fd39ad 100644 (file)
@@ -635,7 +635,7 @@ public final class MappingUtils
    * @param fromGapChar
    * @return
    */
-  protected static int[] findMappedColumns(int col,
+  public static int[] findMappedColumns(int col,
           List<AlignedCodonFrame> mappings, List<SequenceI> fromSequences,
           List<SequenceI> toSequences, char fromGapChar)
   {