JAL-1214 todo
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 4 Dec 2012 11:44:42 +0000 (11:44 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Wed, 13 Feb 2013 18:05:51 +0000 (18:05 +0000)
src/MCview/PDBfile.java

index 1d95f40..fc286a8 100755 (executable)
@@ -233,6 +233,7 @@ public class PDBfile extends jalview.io.AlignFile
   private void processPdbFileWithAnnotate3d(ArrayList<SequenceI> rna) throws Exception {
 //    System.out.println("this is a PDB format and RNA sequence");
     Annotate3D an3d = new Annotate3D();
+    // TODO: use the PDB ID of the structure if one is available, to save bandwidth and avoid uploading the whole structure to the service
     AlignmentI al = an3d.getRNAMLFor(new FileParse(getDataName(),type));
     replaceMatchingSeqsWith(rna, al, AlignSeq.DNA);
   }