From: gmungoc Date: Mon, 20 Jun 2016 09:07:49 +0000 (+0100) Subject: JAL-1667 updated PDB example query to a valid id (without chain code) X-Git-Tag: Release_2_10_0~164^2~3 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=e3e811515b2bcdb78d0b96edfc504cd4aeded12f;p=jalview.git JAL-1667 updated PDB example query to a valid id (without chain code) --- diff --git a/src/jalview/ws/dbsources/Pdb.java b/src/jalview/ws/dbsources/Pdb.java index c87a111..b0b5e92 100644 --- a/src/jalview/ws/dbsources/Pdb.java +++ b/src/jalview/ws/dbsources/Pdb.java @@ -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