From: jprocter Date: Wed, 8 Jun 2005 14:21:25 +0000 (+0000) Subject: nicer help. X-Git-Tag: Release_2_0~94 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=92ae1457a784553ccdb842b122d481ce6c5ff24f;p=jalview.git nicer help. --- diff --git a/help/html/features/overview.html b/help/html/features/overview.html index 8589e95..424ba3c 100755 --- a/help/html/features/overview.html +++ b/help/html/features/overview.html @@ -1,11 +1,11 @@ -Overview +Overview Window - -

Select the overview window to get a navigable image of the whole alignment. +View→Overview window +

Select the overview window menu item to get a navigable image of the whole alignment.

-

The window indicates the current viewable region of the alignment, this area - may be adjusted by clicking and dragging with the mouse.

+

The red box indicates the currently viewed region of the alignment, this + may be moved by clicking and dragging with the mouse.

 

diff --git a/help/html/features/search.gif b/help/html/features/search.gif new file mode 100755 index 0000000..c7b114a Binary files /dev/null and b/help/html/features/search.gif differ diff --git a/help/html/features/search.html b/help/html/features/search.html index ca63dc7..5fedf33 100755 --- a/help/html/features/search.html +++ b/help/html/features/search.html @@ -11,60 +11,84 @@ td {

Search

-

The search box can be displayed by pressing the keys Control and F or selecting - "Search"

-Note: +

The search box is displayed by pressing Control and F or + selecting "Find..." from the "Search" menu.

+ +

"Find next" will find the next occurence of the specified + and adjust the alignment window view to show it, and "Find + all" highlights all matches for a pattern. The "Create new + group" is a quick way to highlight and group residues matching + the specified search pattern throughout the alignment.

-

Using the "Create new group" is a quick way to group and highlight - residues with the specified search pattern throughout the alignment.

-

The search allows regular expression matching.

-

 

+

A quick Regular Expression Guide

+

A regular expression is not just a simple text query - although it +can be used like one, the query is not parsed literally, but +interpreted like a series of instructions defining the features of the +match. For example, a simple query like "ACDED" would +match all occurences of that string, but "ACD+ED" matches +both 'ACDDED' and 'ACDDDDDDDDED'. More usefully, the query +"[ILGVMA]{;5,}" would find stretches of small, +hydrophobic amino acids of at least five residues in length. +

+

The table +below describes some of the regular expression syntax:

+ + + + - + - + - + - + - + - + - + - - + - +
Regular Expression ElementEffect
.Any single character.Matches any single character
[]Any one of the characters in the bracketsMatches any one of the characters in the brackets
^The start of a line (column 1). Matches at the start of an ID or sequence
$The end of a line Matches at the end of an ID or sequence
* Matches zero or more of the preceding characters or expressions. Matches if the preceding element matches zero or more times
?Matches zero or one of the preceding characters or expressions. Matches if the preceding element matched once or not at all
+Matches one or more of the preceding characters or expressions. Matches if the preceding element matched at least once
{count} Matches the specified number of the preceding characters or expressions. + Matches if the preceding element matches a specified number of + times
{min,} Matches at least the specified number of the preceding characters or - expressions. Matches at least the specified number of the preceding element.
{min,max} Matches between min and max of the preceding characters or expressions.Matches if the preceding element matches between min and max + number of times.
diff --git a/help/html/features/seqfeatures.html b/help/html/features/seqfeatures.html index 160c1e2..4026071 100755 --- a/help/html/features/seqfeatures.html +++ b/help/html/features/seqfeatures.html @@ -1,22 +1,43 @@ Sequence Features -

Sequence Features

-

This displays Uniprot sequence features on the alignment if a 100% sequence - match is found.

-

The first step in this process is to match the id (name) of each sequence with - Uniprot. If there is no match, a Blast search is performed to try to obtain - the Uniprot Id for each sequence. You will be notified of any 100% matches with - Uniprot, which you must manually assign to each sequence in your input alignment, - then save the file.

+

View→Sequence Features

+

When this option is selected, sequence features extracted from the + Uniprot record for each + sequence are displayed on the alignment.

+

Currently, sequence features are rendered in red or blue, dependent + upon their type: