From 326409aa44404ac035a81694118a77402bde7eb3 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 17 Mar 2009 16:55:42 +0000 Subject: [PATCH] new sortbytree default config property --- src/jalview/bin/Cache.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 60fae37..9fe0009 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -107,6 +107,8 @@ import org.biojava.dasobert.dasregistry.Das1Source; *
  • SHOW_NPFEATS_TOOLTIP (true) show non-positional features in the Sequence ID tooltip
  • *
  • SHOW_DBREFS_TOOLTIP (true) show Database Cross References in the Sequence ID tooltip
  • *
  • SHOW_UNCONSERVED (false) only render unconserved residues - conserved displayed as '.'
  • + *
  • SORT_BY_TREE (false) sort the current alignment view according to the order of a newly displayed tree
  • + * *
  • * * -- 1.7.10.2