From: tcofoegbu Date: Mon, 21 Nov 2016 13:03:50 +0000 (+0000) Subject: Merge branch 'develop' of https://source.jalview.org/git/jalview into develop X-Git-Tag: Release_2_10_1~11^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1115610f184fa6014322a4cd9e1ce4c534e29eab;hp=4ef66693f43e72b8f4cc9f8250f2c834421f192f;p=jalview.git Merge branch 'develop' of https://source.jalview.org/git/jalview into develop --- diff --git a/THIRDPARTYLIBS b/THIRDPARTYLIBS index 7d12783..85aa587 100644 --- a/THIRDPARTYLIBS +++ b/THIRDPARTYLIBS @@ -6,8 +6,11 @@ A number of sources have also been adapted for incorporation into Jalview's sour ext.edu.ucsf.rbvi.strucviz2 includes sources originally developed by Scooter Morris and Nadezhda Doncheva for the Cytoscape StructureViz2 plugin. It is released under the Berkley license and we hereby acknowledge its original copyright is held by the UCSF Computer Graphics Laboratory and the software was developed with support by the NIH National Center for Research Resources, grant P41-RR01081. + + jalview.ext.android includes code taken from the Android Open Source Project (https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/util). + The Apache 2.0 Licence (http://www.apache.org/licenses/LICENSE-2.0) is acknowledged in the source code. -Licencing information for each library is given below: +Licensing information for each library is given below: JGoogleAnalytics_0.3.jar APL 2.0 License - http://code.google.com/p/jgoogleanalytics/ Jmol-14.2.14_2015.06.11.jar GPL/LGPLv2 http://sourceforge.net/projects/jmol/files/ diff --git a/help/html/colourSchemes/abovePID.html b/help/html/colourSchemes/abovePID.html index ad47dae..8adacc9 100755 --- a/help/html/colourSchemes/abovePID.html +++ b/help/html/colourSchemes/abovePID.html @@ -35,11 +35,10 @@ td { Colouring above a percentage identity threshold

Selecting this option causes the colour scheme to be applied to - only those residues that occur in that column more than a certain + only those residues that occur in that column at least a certain percentage of the time. For instance, selecting the threshold to be - 100 will only colour those columns with 100% identity.

-

To be coloured, a residue must match the consensus (most commonly occurring) residue for the column (or joint equal consensus).

+ 100 will only colour those columns with 100% identity, and selecting 50 will shade residues appearing in least 50% of the rows (or sequences) in each column.

The percentage calculation may include or exclude gaps in the column, depending on the option selected for the consensus calculation.

-

With a threshold of 0, colouring is unchanged (including non-consensus residues).

+

With a threshold of 0, colouring is unchanged.

diff --git a/help/html/io/exportseqreport.html b/help/html/io/exportseqreport.html index ba97557..3f6a058 100644 --- a/help/html/io/exportseqreport.html +++ b/help/html/io/exportseqreport.html @@ -28,16 +28,16 @@ Much of the information retrieved by Jalview about a sequence is visualized on the alignment. Often, however, there are a huge number of ontology terms, cross-references, links to publications and other - kinds of data shown in the sequence ID tooltip that cannot be - examined. In this case, you can view and export the information - shown in a sequence's ID tooltip by right-clicking and selecting the + kinds of data associated with a sequence, and only some of these are shown in + sequence ID tooltip. To show the full set of annotation and database links for + a sequence, right-click and select the "(sequence's name)→Sequence Details ..." entry from the pop-up menu.

Annotation Reports for a range of sequences
- If you would like to view the tooltips for a number of sequences, + If you would like to view database and metadata for a number of sequences, simply select them all and then use the Selection→Sequence Details ... entry in the pop-up menu. diff --git a/help/html/releases.html b/help/html/releases.html index 3fe08cb..140466b 100755 --- a/help/html/releases.html +++ b/help/html/releases.html @@ -47,6 +47,71 @@

+ 2.10.1
+ 22/11/2016
+
+ +
+ General + + Application + + Applet + + Build and deployment + +
+ + +
+ General + + Application + + Applet + + Build and deployment + + New Known Issues + +
+ + + +
2.10.0b1
25/10/2016
@@ -402,6 +467,10 @@ Quality and Conservation are now shown on load even when Consensus calculation is disabled +
  • + Remove right on penultimate column of + alignment does nothing +
  • Application