From 5e4bcc12dadd2042f98db5d92d6069d732c2e5bb Mon Sep 17 00:00:00 2001
From: tcofoegbu
Date: Tue, 28 Apr 2015 11:45:42 +0100
Subject: [PATCH] JAL-1711 and JAL-1714 documentation updated
---
help/html/features/pdbsequencefetcher.html | 35 ++++++++++++++++------------
1 file changed, 20 insertions(+), 15 deletions(-)
diff --git a/help/html/features/pdbsequencefetcher.html b/help/html/features/pdbsequencefetcher.html
index 98c0dd6..3d0eedb 100644
--- a/help/html/features/pdbsequencefetcher.html
+++ b/help/html/features/pdbsequencefetcher.html
@@ -50,24 +50,29 @@
query to the PDB database and display the results on-the-fly as seen
in the screen-shot above. Use the drop-down menu to select a specific
field to search by in the PDB database, the default option is 'ALL'.
-
+ Furthermore, the PDB search interface also provides the following
+ functionalities:
-
Wild card searching: The PDB sequence fetcher also provides support for wild card querying of the PDB database.
-
Single character (matches a single character) - ?
- The search string te?t would match both test and text.
-
-
Multiple characters (matches zero or more sequential characters) - *
-
-The wildcard search:
-tes* - would match test, testing, and tester.
+
+ - Retrieving a unique chain for a PDB entry:
To retrieve a
+ specific chain for a PDB entry, append the PDB ID with a colon
+ followed by the chain code in the search box. eg: 1xyz:A
+
+ - Querying multiple PDB Id's in one operation:
The PDB search
+ interface supports querying of multiple PDB Ids in one operation by
+ separating the list of PDB Ids with a semi-colon i.e: 1xyz;2xyz;3xyz
-You can also use wildcard characters in the middle of a term. For
-example:
-te*t - would match test and text.
-*est - would match pest and test.
-
-
+ Wild card searching:
The PDB sequence fetcher also provides
+ support for wild card querying of the PDB database.
Single
+ character (matches a single character) - ? The search string te?t
+ would match both test and text.
Multiple characters (matches
+ zero or more sequential characters) - * The wildcard search: tes* -
+ would match test, testing, and tester. You can also use wildcard
+ characters in the middle of a term. For example: te*t - would match
+ test and text. *est - would match pest and test.
+
+
Customising displayed meta-data
To change the
displayed meta-data in the search result, click the 'Configure
--
1.7.10.2