JAL-2144 TODO - new methods for canonicalisation and comparison of source strings...
[jalview.git] / src / jalview / gui / AlignFrame.java
index 04cee93..891fdd6 100644 (file)
@@ -4825,6 +4825,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
              * align cdna to protein - currently only if 
              * fetching and aligning Ensembl transcripts!
              */
+            // TODO: generalise for other sources of locus/transcript/cds data
             if (dna && DBRefSource.ENSEMBL.equalsIgnoreCase(source))
             {
               copyAlignment.alignAs(xrefsAlignment);