X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fmarkdown%2Freleases%2Frelease-2_11_1_0.md;fp=help%2Fmarkdown%2Freleases%2Frelease-2_11_1_0.md;h=dd6569add6c4686b870eda81a9ce506c5c958306;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=0000000000000000000000000000000000000000;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/help/markdown/releases/release-2_11_1_0.md b/help/markdown/releases/release-2_11_1_0.md new file mode 100644 index 0000000..dd6569a --- /dev/null +++ b/help/markdown/releases/release-2_11_1_0.md @@ -0,0 +1,81 @@ +--- +channel: release +version: 2.11.1.0 +date: 2020-04-22 +--- + +## New Features + +- Map 'virtual' codon features shown on protein (or vice versa) for display in alignments, on structure views (including transfer to UCSF chimera), in feature reports and for export. +- Feature attributes from VCF files can be exported and re-imported as GFF3 files +- Capture VCF "fixed column" values POS, ID, QUAL, FILTER as Feature Attributes +- More robust VCF numeric data field validation while parsing +- Feature Settings dialog keeps same screen position if reopened +- Feature Settings dialog title includes name of associated view +- Font anti-aliasing in alignment views enabled by default +- Very long feature descriptions truncated in tooltips and menus +- Warn if Sort by Score or Density attempted with no feature types visible +- Improved support for filtering feature attributes with large integer values + + +### Jalview Installer +- Versions for install4j and getdown and installer template version reported in console (may be null when Jalview launched as executable jar or via conda) +- Layout improvements for OSX .dmg Finder and higher quality background images +- New installer/application launcher generated with install4j 8.0.4 +- Jalview File Associations shown for Unix Platforms +- Improved defaults for maximum memory setting when running on large memory machines + + +### Release processes +- New point release version scheme - 2.11.1.0 +- 'Jalview Test' installers/apps for easier access to test-release channel builds + + +### Build System +- Clover updated to 4.4.1 +- Test code included in Clover coverage report + + +### Groovy Scripts +- exportconsensus.groovy prints a FASTA file to stdout containing the consensus sequence for each alignment in a Jalview session +- ComputePeptideVariants.groovy to translate genomic sequence_variant annotation from CDS as missense_variant or synonymous_variant on protein products. + + +## Issues Resolved + +- Hidden sequence markers still visible when 'Show hidden markers' option is not ticked +- Hidden sequence markers not shown in EPS and PNG output when 'Automatically set ID width' is set in jalview preferences or properties file +- Feature Editor dialog can be opened when 'Show Sequence Features' option is not ticked +- Undo 'Null' operation shown after sort by buttons in Feature Settings dialog are clicked when no features are visible +- ID margins for CDS and Protein views not equal when split frame is first opened +- Sequence position numbers in status bar not correct after editing a sequence's start position +- Alignment is misaligned in wrapped mode with annotation and exceptions thrown when only a few columns shown in wrapped mode +- Sequence IDs missing in headless export of wrapped alignment figure with annotations +- Sorting Structure Chooser table by Sequence ID fails with ClassCastException +- Chimera session not restored from Jalview Project +- Double-click on 'Show feature' checkbox in feature settings dialog also selects columns +- SpinnerNumberModel causes IllegalArgumentException in some circumstances +- Multiple feature settings dialogs can be opened for a view +- Feature Settings dialog is orphaned if alignment window is closed +- Credits missing some authors in Jalview help documentation for 2.11.0 release +- Export of Pfam alignment as Stockholm includes Pfam ID as sequence's accession rather than its Uniprot Accession + + +### Java 11 Compatibility issues +- OSX - Can't view some search results in PDB/Uniprot search panel + + +### Installer +- Jalview should not create file associations for 3D structure files (.pdb, .mmcif. .cif) + + +### Repository and Source Release +- removed obsolete .cvsignore files from repository +- Clover report generation running out of memory + + +### New Known Issues +- OSX - Current working directory not preserved when Jalview.app launched with parameters from command line +- Sequence IDs aligned to wrong margin and clipped in headless figure export when Right Align option enabled +- Jalview Installation type always reports 'Source' in console output +- Test Suite: Certain Functional tests fail on jalview's bamboo server but run fine locally.