From 87828fe37d4da94c394322e807c132f1214046b0 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 23 Jan 2020 17:19:03 +0000 Subject: [PATCH] JAL-3121 update help page for GFF column 9 nested attributes --- help/help/html/features/featuresFormat.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/help/help/html/features/featuresFormat.html b/help/help/html/features/featuresFormat.html index 0226175..0e35e49 100755 --- a/help/help/html/features/featuresFormat.html +++ b/help/help/html/features/featuresFormat.html @@ -202,7 +202,11 @@ GFF data (this mixed format capability was added in Jalview 2.6).

- +

Feature attributes can be included as name=value pairs in GFF3 column 9, including (since Jalview 2.11.1.0) 'nested' sub-attributes, for example: +
alleles=G,A,C;AF=6;CSQ=SIFT=deleterious,tolerated,PolyPhen=possibly_damaging(0.907) +
where SIFT and PolyPhen are sub-attributes of CSQ. This data is preserved if features are output in GFF format (but not, currently, + in Jalview format). +

Jalview's sequence feature format

-- 1.7.10.2