JAL-1667 updated PDB example query to a valid id (without chain code)
[jalview.git] / src / jalview / ws / dbsources / Pdb.java
index c87a111..b0b5e92 100644 (file)
@@ -244,12 +244,12 @@ public class Pdb extends EbiFileRetrievedProxy
   }
 
   /**
-   * obtain human glyoxalase chain A sequence
+   * human glyoxalase
    */
   @Override
   public String getTestQuery()
   {
-    return "1QIPA";
+    return "1QIP";
   }
 
   @Override