From 77bcd1f60d9c26328d8859445f4225cd0ef571a9 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 20 Sep 2018 12:23:14 +0100 Subject: [PATCH] JAL-2843 tweaks to help text for filters --- help/html/features/featuresFormat.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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

-- 1.7.10.2