preliminary methods for detecting internal sequence nodes
[jalview.git] / src / MCview / PDBfile.java
index 227bcf7..2c7bd9d 100755 (executable)
@@ -49,6 +49,8 @@ public class PDBfile
   public void parse()
       throws IOException
   {
+    // TODO set the filename sensibly 
+    id = (inFile==null) ? "PDBFILE" : inFile.getName();
     try
     {
       chains = new Vector();