applied 2009 GPL license
[jalview.git] / src / jalview / ws / dbsources / EmblCdsSouce.java
index 1ac5c76..8562f37 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)\r
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4.0.b2)\r
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  * \r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -68,8 +68,10 @@ public class EmblCdsSouce extends EmblXmlSource implements DbSourceProxy
 \r
   public boolean isValidReference(String accession)\r
   {\r
-    // TODO Auto-generated method stub\r
-    return true;\r
+    // most embl CDS refs look like ..\r
+    // TODO: improve EMBLCDS regex\r
+    return (accession==null || accession.length()<2) ? false : new com.stevesoft.pat.Regex("^[A-Z]+[0-9]+").search(accession);\r
+    \r
   }\r
 \r
   /**\r