updated mapping for EMBL_Services_V1.1.xsd and tested with basic CDS feature detection.
[jalview.git] / src / jalview / datamodel / xdb / embl / EmblFile.java
index 2294ecb..52542aa 100644 (file)
@@ -83,7 +83,7 @@ public class EmblFile {
         return record;
       }
     public static void main(String args[]) {
-        EmblFile myfile = EmblFile.getEmblFile(new File("C:\\Documents and Settings\\JimP\\workspace-3.2\\Jalview Release\\schemas\\embleRecord.xml"));
+        EmblFile myfile = EmblFile.getEmblFile(new File("C:\\Documents and Settings\\JimP\\workspace-3.2\\Jalview Release\\schemas\\embleRecordV1.1.xml"));
         if (myfile!=null && myfile.entries!=null && myfile.entries.size()>0)
             System.out.println(myfile.entries.size()+" Records read.");
         }