JAL-1705 AlignmentUtils method renamed
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 21 Jan 2016 15:33:18 +0000 (15:33 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 21 Jan 2016 15:33:18 +0000 (15:33 +0000)
src/jalview/gui/AlignFrame.java

index 9113b66..aad93ee 100644 (file)
@@ -4810,7 +4810,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
                       .getSequenceSelection();
               if (dna)
               {
-                copyAlignment = AlignmentUtils.makeExonAlignment(
+                copyAlignment = AlignmentUtils.makeCdsAlignment(
                         sequenceSelection, cf);
                 al.getCodonFrames().clear();
                 al.getCodonFrames().addAll(cf);