JAL-3121 update help page for GFF column 9 nested attributes
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 23 Jan 2020 17:19:03 +0000 (17:19 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 23 Jan 2020 17:19:03 +0000 (17:19 +0000)
help/help/html/features/featuresFormat.html

index 0226175..0e35e49 100755 (executable)
     GFF data (<em>this mixed format capability was added in Jalview
       2.6</em>).
   </p>
-
+  <p>Feature attributes can be included as <code>name=value</code> pairs in GFF3 column 9, including <em>(since Jalview 2.11.1.0)</em> 'nested' sub-attributes, for example:
+  <br><code>alleles=G,A,C;AF=6;CSQ=SIFT=deleterious,tolerated,PolyPhen=possibly_damaging(0.907)</code>
+  <br>where <code>SIFT</code> and <code>PolyPhen</code> are sub-attributes of <code>CSQ</code>. This data is preserved if features are output in GFF format (but not, currently,
+  in Jalview format).
+  </p>
   <p>
     <em>Jalview's sequence feature format</em>
   </p>