Last version
[jalview.git] / src / MCview / PDBfile.java
index dede37e..048f639 100755 (executable)
@@ -182,24 +182,25 @@ public class PDBfile extends jalview.io.AlignFile
         seqs.addElement(chainseq);
        if(isRNA(chainseq)==true)
        {
+          String path =inFile.getPath();
           System.out.println("this is a PDB format and RNA sequence");
-          Annotate3D an3d = new Annotate3D(id);
+          Annotate3D an3d = new Annotate3D(path);
           System.out.println(id);
           //BufferedWriter r = an3d.getReader();
           
-          BufferedReader in = new BufferedReader(new FileReader("temp.rnaml"));
+         // BufferedReader in = new BufferedReader(new FileReader("temp.rnaml"));
           
-          String str;
-          while ((str = in.readLine()) != null) {
-                    System.out.println(str);
-                    System.out.println("toto");
+          //String str;
+         // while ((str = in.readLine()) != null) {
+                   // System.out.println(str);
+                   // System.out.println("toto");
 
-                    }
-          String type = "File";
-          RnamlFile rnaml =new RnamlFile("temp.rnaml",type);
+                   // }
+          //String type = "File";
+          //RnamlFile rnaml =new RnamlFile("temp.rnaml",type);
           System.out.println("Create rnamfile object");
           //rnaml.parse("temp");
-          this.annotations =rnaml.getAnnot();
+          //this.annotations =rnaml.getAnnot();
           
        }