From: jprocter Date: Tue, 4 Dec 2012 11:44:42 +0000 (+0000) Subject: JAL-1214 todo X-Git-Tag: Jalview_2_9~261 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=510da6a73729c963b2099ace612ad4fe25be7a8b;p=jalview.git JAL-1214 todo --- diff --git a/src/MCview/PDBfile.java b/src/MCview/PDBfile.java index 6a61f6a..2dc9e1a 100755 --- a/src/MCview/PDBfile.java +++ b/src/MCview/PDBfile.java @@ -241,6 +241,7 @@ public class PDBfile extends jalview.io.AlignFile private void processPdbFileWithAnnotate3d(ArrayList 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); }