From: Jim Procter Date: Wed, 19 Jun 2019 10:13:59 +0000 (+0100) Subject: Merge branch 'develop' into releases/Release_2_11_Branch X-Git-Tag: Release_2_11_0~7 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=26a4dfe581da93351c44436473ad4965bb1f261a;hp=ec0ae2c16b0434d9ff3041f01a486c0c7ef20a9c;p=jalview.git Merge branch 'develop' into releases/Release_2_11_Branch --- diff --git a/build.gradle b/build.gradle index 9f00d2b..f5149da 100644 --- a/build.gradle +++ b/build.gradle @@ -471,13 +471,20 @@ task convertBuildingMD(type: Exec) { def buildingMD = "$jalviewDir/$docDir/building.md" def css = "$jalviewDir/$docDir/github.css" - def pandoc = pandoc_exec + def pandoc = null + pandoc_exec.split(",").each { + if (file(it.trim()).exists()) { + pandoc = it.trim() + return true + } + } + def hostname = "hostname".execute().text.trim() - if (! file(pandoc).exists() && hostname.equals("jv-bamboo")) { + if ((pandoc == null || ! file(pandoc).exists()) && hostname.equals("jv-bamboo")) { pandoc = System.getProperty("user.home")+"/buildtools/pandoc/bin/pandoc" } - if (file(pandoc).exists()) { + if (pandoc != null && file(pandoc).exists()) { commandLine pandoc, '-s', '-o', buildingHTML, '--metadata', 'pagetitle="Building Jalview from Source"', '--toc', '-H', css, buildingMD } else { commandLine "true" diff --git a/gradle.properties b/gradle.properties index f5c6f49..08bcbd7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -109,6 +109,6 @@ JSIGN_SH = echo eclipse_extra_jdt_prefs_file = .settings/org.eclipse.jdt.core.jalview.prefs -pandoc_exec = /usr/local/bin/pandoc +pandoc_exec = /usr/local/bin/pandoc,/usr/bin/pandoc dev = false diff --git a/help/help/html/calculations/pca.html b/help/help/html/calculations/pca.html index 3529cae..3bf21cb 100755 --- a/help/help/html/calculations/pca.html +++ b/help/help/html/calculations/pca.html @@ -70,7 +70,7 @@ nucleotide substitution matrix, or by sequence percentage identity, or sequence feature similarity.

- +

The PCA Viewer

@@ -84,7 +84,9 @@ towards the front of the view.

The 3d view can be rotated by dragging the mouse with the left - mouse button pressed. The view can also be zoomed in and out with + mouse button pressed, or with the arrow + keys when SHIFT is pressed. The + view can also be zoomed in and out with the up and down arrow keys (and the roll bar of the mouse if present). Labels will be shown for each sequence if the entry in the View menu is checked, and the plot background colour @@ -122,7 +124,7 @@ left-clicking and dragging the mouse over the display. -->

Initially, the display shows the first three components of the similarity space, but any eigenvector can be used by changing the - selected dimension for the x, y, or z axis through each ones menu + selected dimension for the x, y, or z axis through each one's menu located below the 3d display. The Reset button will reset axis and rotation settings to their defaults.

@@ -131,7 +133,7 @@ left-clicking and dragging the mouse over the display. --> The output of points and transformed point coordinates was added to the Jalview desktop in v2.7. The Reset button and Change Parameters menu were added in Jalview 2.8. Support - for PAM250 based PCA was added in Jalview 2.8.1. + for PAM250 based PCA was added in Jalview 2.8.1.In Jalview 2.11, support for saving and restoring PCAs in Project files was added, and the Change parameters menu removed.

Reproducing PCA calculations performed with older diff --git a/help/help/html/calculations/pcaviewer.gif b/help/help/html/calculations/pcaviewer.gif deleted file mode 100644 index 78c82f2..0000000 Binary files a/help/help/html/calculations/pcaviewer.gif and /dev/null differ diff --git a/help/help/html/calculations/pcaviewer.png b/help/help/html/calculations/pcaviewer.png new file mode 100644 index 0000000..7dc5b80 Binary files /dev/null and b/help/help/html/calculations/pcaviewer.png differ diff --git a/help/help/html/calculations/treeviewer.html b/help/help/html/calculations/treeviewer.html index 8cb2b59..f326f19 100755 --- a/help/help/html/calculations/treeviewer.html +++ b/help/help/html/calculations/treeviewer.html @@ -42,16 +42,17 @@ alignment, such as another tree viewer.

- Grouping sequences by partitioning the - tree at a particular distance
Clicking anywhere along - the extent of the tree (but not on a leaf or internal node) defines - a tree 'partition', by cutting every branch of the tree spanning the - depth where the mouse-click occurred. Groups are created containing - sequences at the leaves of each connected sub tree. These groups are - each given a different colour, which are reflected in other windows - in the same way as if the sequence IDs were selected, and can be - edited in the same way as user defined sequence groups. -

+ Grouping + sequences by partitioning the tree at a particular distance
+ Clicking anywhere along the extent of the tree (but not on a leaf or + internal node) defines a tree 'partition', by cutting every branch of + the tree spanning the depth where the mouse-click occurred. A red line + will be shown where the partition was made, and groups are created + containing sequences at the leaves of each connected sub tree. These + groups are each given a different colour, which are reflected in other + windows in the same way as if the sequence IDs were selected, and can + be edited in the same way as user defined sequence groups. +

Tree partitions are useful for comparing clusters produced by different methods and measures. They are also an effective way of diff --git a/help/help/html/releases.html b/help/help/html/releases.html index 8cebf4f..dfc159b 100755 --- a/help/help/html/releases.html +++ b/help/help/html/releases.html @@ -162,8 +162,8 @@ li:before { when in wrapped mode

  • - Can select columns by dragging left/right in - annotations + Can select columns by dragging left/right in a graph or histogram + annotation
  • Help button on Uniprot and PDB search panels @@ -177,9 +177,11 @@ li:before { popup menu
  • - Sequence Details report opens positioned to top - of report -
  • + Red line indicating tree-cut position not shown if no subgroups are created +
  • + Removed ability to configure length of search history by right-clicking search box
  • + +
  • Java 11 Support
      @@ -199,9 +201,19 @@ li:before { DAS sequence retrieval and annotation capabilities removed from the Jalview Desktop +
    • + Castor library for XML marshalling and + unmarshalling has been replaced by JAXB for Jalview projects + and XML based data retrieval clients
    • +
    • Disable VAMSAS menu in preparation for removal
    • Jalview Desktop no longer distributed via Java Web Start
    • -
    - Development and Release Processes + Documentation +
      +
    • + Added remarks about transparent rendering effects + not supported in EPS figure export +
    • +
    Development and Release Processes
    • Jalview Native Application and @@ -222,134 +234,221 @@ li:before { gradle-eclipse
    • - Atlassian Bamboo continuous integration server for + Atlassian Bamboo continuous integration for unattended Test Suite execution
    • Memory test suite to detect leaks in common operations
    • - IntervalStoreJ (new updatable NCList - implementation) used for Sequence Feature collections
    • -
    • - Castor library for XML marshalling and - unmarshalling has been replaced by JAXB for Jalview projects - and XML based data retrieval clients
    • + IntervalStoreJ (NCList + implementation that alows updates) used for Sequence Feature collections +
    • More unit test coverage, and minor issues resolved.
    - -
      -
    • - Timeouts when retrieving data from Ensembl
    • -
    • - 'View [Structure] Mappings' and structure superposition in Jmol fail on Windows
    • -
    • - Text misaligned in EPS or SVG image export with monospaced font
    • -
    • - Warning of 'Duplicate entry' when saving - Jalview project involving multiple views
    • -
    • - Overview for complementary view in a linked - CDS/Protein alignment is not updated when Hide Columns by - Annotation dialog hides columns
    • -
    • - Selection highlighting in the complement of - a CDS/Protein alignment stops working after making a - selection in one view, then making another selection in the - other view
    • -
    • - Annotations tooltip changes beyond visible columns
    • -
    • - Table Columns could be re-ordered in - Feature Settings and Jalview Preferences panels
    • -
    • - Jalview hangs when closing windows - or the overview updates with large alignments
    • -
    • - Tree and PCA calculation fails for selected - region if columns were selected by dragging right-to-left - and the mouse moved to the left of the first column
    • -
    • - Couldn't hide selected columns adjacent - to a hidden column marker via scale popup menu
    • -
    • - Error message for trying to load in invalid - URLs doesn't tell users the invalid URL
    • -
    • - Nonpositional features lose feature group - on export as Jalview features file
    • -
    • - Blank extra columns drawn or - printed when columns are hidden
    • -
    • - Regular expression error for '(' in Select Columns by Annotation description
    • -
    • - Scroll doesn't stop on mouse up after - dragging out of Scale or Annotation Panel
    • -
    • - Column selection incorrect after scrolling out of scale panel
    • -
    • - Left/right drag in annotation can scroll alignment down
    • -
    • - Error if mouse moved before clicking Reveal in scale panel
    • -
    • - Column display is out by one after Page Down, Page Up in wrapped mode
    • -
    • - Finder doesn't skip hidden regions
    • -
    • - Finder searches in minimised alignments
    • -
    • - 'Apply Colour to All Groups' not always selected on - opening an alignment
    • -
    • - 'Colour by Annotation' not marked selected in Colour menu
    • -
    • - Per-group Clustal colour scheme changes when - different groups in the alignment are selected
    • -
    • - Internationalised colour scheme names not shown correctly in menu
    • -
    • - Colour by Annotation can go black at min/max threshold limit
    • -
    • - Value input for graduated feature colour threshold gets 'unrounded'
    • -
    • - PCA image export doesn't respect background colour
    • -
    • - PCA points don't dim when rotated about y axis
    • -
    • - PCA Print dialog continues after Cancel
    • -
    • - Cancel in Tree Font dialog resets alignment, not Tree font
    • -
    • - Associate Tree with All Views not restored from project file
    • -
    • - Scrolling of split frame is sluggish if Overview shown in complementary view
    • -
    • - stop_gained variants not shown correctly on peptide sequence
    • -
    • - Help page can be opened twice
    • -
    - Editing -
      -
    • - Start and End should be updated when - sequence data at beginning or end of alignment added/removed - via 'Edit' sequence
    • -
    • - Delete/Cut selection doesn't relocate - sequence features correctly when start of sequence is - removed (Known defect since 2.10)
    • -
    - New Known Defects -
      -
    • - Input Data menu entry is greyed out when PCA View is restored from a Jalview 2.11 project
    • -
    • - Alignment panel height can be too small after 'New View'
    • -
    • - Display is incorrect after removing gapped columns within hidden columns
    • -
    - - + +
      +
    • + Timeouts when retrieving data from Ensembl +
    • +
    • + 'View [Structure] Mappings' and structure + superposition in Jmol fail on Windows +
    • +
    • + Blank error dialog is displayed when discovering + structures for sequences with lots of PDB structures +
    • +
    • + Text misaligned in EPS or SVG image export with + monospaced font +
    • +
    • + Warning of 'Duplicate entry' when saving Jalview + project involving multiple views +
    • +
    • + Overview for complementary view in a linked + CDS/Protein alignment is not updated when Hide Columns by + Annotation dialog hides columns +
    • +
    • + Selection highlighting in the complement of a + CDS/Protein alignment stops working after making a selection in + one view, then making another selection in the other view +
    • +
    • + Annotations tooltip changes beyond visible + columns +
    • +
    • + Table Columns could be re-ordered in Feature + Settings and Jalview Preferences panels +
    • +
    • + Jalview hangs when closing windows or the + overview updates with large alignments +
    • +
    • + Tree and PCA calculation fails for selected + region if columns were selected by dragging right-to-left and the + mouse moved to the left of the first column +
    • +
    • + Couldn't hide selected columns adjacent to a + hidden column marker via scale popup menu +
    • +
    • + Error message for trying to load in invalid URLs + doesn't tell users the invalid URL +
    • +
    • + Nonpositional features lose feature group on + export as Jalview features file +
    • +
    • + 'Graduated colour' option not offered for + manually created features (where if feature score is Float.NaN) +
    • +
    • + Blank extra columns drawn or printed + when columns are hidden +
    • +
    • + Regular expression error for '(' in Select + Columns by Annotation description +
    • +
    • + Scroll doesn't stop on mouse up after dragging + out of Scale or Annotation Panel +
    • +
    • + Column selection incorrect after scrolling out of + scale panel +
    • +
    • + Left/right drag in annotation can scroll + alignment down +
    • +
    • + Error if mouse moved before clicking Reveal in + scale panel +
    • +
    • + Column display is out by one after Page Down, + Page Up in wrapped mode +
    • +
    • + Finder doesn't skip hidden regions +
    • +
    • + Finder searches in minimised alignments +
    • +
    • + 'Apply Colour to All Groups' not always selected + on opening an alignment +
    • +
    • + 'Colour by Annotation' not marked selected in + Colour menu +
    • +
    • + Per-group Clustal colour scheme changes when + different groups in the alignment are selected +
    • +
    • + Internationalised colour scheme names not shown + correctly in menu +
    • +
    • + Colour by Annotation can go black at min/max + threshold limit +
    • +
    • + Value input for graduated feature colour + threshold gets 'unrounded' +
    • +
    • + PCA image export doesn't respect background + colour +
    • +
    • + PCA points don't dim when rotated about y axis +
    • +
    • + PCA Print dialog continues after Cancel +
    • +
    • + Cancel in Tree Font dialog resets alignment, not + Tree font +
    • +
    • + Associate Tree with All Views not restored from + project file +
    • +
    • + Scrolling of split frame is sluggish if Overview + shown in complementary view +
    • +
    • + stop_gained variants not shown correctly on + peptide sequence +
    • +
    • + Sequence Details report opens positioned to top + of report +
    • +
    • + Help page can be opened twice +
    • +
    Editing +
      +
    • + Start and End should be updated when sequence + data at beginning or end of alignment added/removed via 'Edit' + sequence +
    • +
    • + Delete/Cut selection doesn't + relocate sequence features correctly when start of sequence is + removed (Known defect since 2.10) +
    • +
    • + Inserting gap sequence via the Edit Sequence + dialog corrupts dataset sequence +
    • +
    • + Codon consensus logo incorrectly scaled when + shown without normalisation +
    • +
    + New Known Defects +
      +
    • + Input Data menu entry is greyed out when PCA View + is restored from a Jalview 2.11 project +
    • +
    • + Alignment panel height can be too small after + 'New View' +
    • +
    • + Display is incorrect after removing gapped + columns within hidden columns +
    • +
    • + Rightmost selection is lost when mouse re-enters + window after dragging left to select columns to left of visible + region +
    • +
    • + Features coloured according to their description + string and thresholded by score in earlier versions of Jalview are + not shown as thresholded features in 2.11. To workaround please + create a Score filter instead. +
    • +
    + +
    @@ -555,6 +654,11 @@ li:before { Improved performance when rendering lots of features (particularly when transparency is disabled)
  • +
  • + Experimental features in 2.10.2 for + exchange of Jalview features and Chimera attributes made + generally available +
  • @@ -1428,6 +1532,15 @@ li:before { User defined gap colour not shown in overview when features overlaid on alignment +
  • + Feature settings for different views not + recovered correctly from Jalview project file +
  • +
  • + Feature colours in overview when first opened + (automatically via preferences) are different to the main + alignment panel +
  • Data import/export