From: gmungoc Date: Thu, 20 Sep 2018 11:23:14 +0000 (+0100) Subject: JAL-2843 tweaks to help text for filters X-Git-Tag: Release_2_11_1_0~103 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=77bcd1f60d9c26328d8859445f4225cd0ef571a9 JAL-2843 tweaks to help text for filters --- diff --git a/help/html/features/featuresFormat.html b/help/html/features/featuresFormat.html index 171a3d0..4d13dcd 100755 --- a/help/html/features/featuresFormat.html +++ b/help/html/features/featuresFormat.html @@ -148,21 +148,22 @@ The parentheses are not needed if there is only one condition. Combine multiple conditions with either and or or (but not a mixture).
Each condition is written as: -
Label|Score|AttributeName condition [value]
- where condition is not case sensitive, and should be one of +
Label or Score or AttributeName condition [value]
+ where either the label (description), (numeric) score, or (text or numeric) attribute is tested against the condition. +
condition is not case sensitive, and should be one of A non-numeric value always fails a numeric test.
If either attribute name, or value to compare, contains spaces, then enclose in single quotes: 'mutagenesis site' contains 'decreased affinity' -
Tip: to see examples of valid syntax, first configure colours and filters in Jalview, then File | Export Features to Textbox in Jalview Format. +
Tip: some examples of filter syntax are given below; or to see more, first configure colours and filters in Jalview, then File | Export Features to Textbox in Jalview Format.
Feature filters were added in Jalview 2.11