From 24c13cae7ab462fb159be2daa62ef7e7c812e0e9 Mon Sep 17 00:00:00 2001
From: Jim Procter
At the end of this document, you can also find notes on compatibility of annotation files across
@@ -204,10 +206,27 @@ Group association is turned off for subsequent annotation rows by:
GROUP_REF ALIGNMENT
VIEW_DEF and HIDE_INSERTIONS
+
VIEW_SETREF, and HIDE_INSERTIONS
Since Jalview 2.9, the Annotations file has also supported the definition of views on the alignment, and definition of hidden regions.
+ VIEW_SETREF takes either a single sequence ID string, or a + numeric index (second argument), and attempts to assign a + corresponding sequence as the reference + sequence for the alignment. +
++ HIDE_INSERTIONS takes a either a single sequence ID or a + numeric index, or no arguments. This command marks all gapped + positions in a specified sequence (either the one located by the + arguments, the current SEQUENCE_REF, or the reference sequence for the + view). +
COMPATIBILITY NOTES
The interpretation of the COMBINE statement in Version 2.8.1 was refined
so that only annotation line graphs with the given names ands the same
--
1.7.10.2