defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
- Blixem: Features can now be added to multiple different groups/filters.
- Belvu: Fix a problem where column highlighting can get out of sync
with the text.
- fixes build on 9.x
- Added a feedback box to show the read depth at the selected coord.
Hover over this box to see the specific base support (i.e. the
number of A/C/G/Ts).
- Blixem can now accept a 'command' tag in a gff line for a region
feature. The given command should return gff and will be run by
blixem on the given region.
- Blixem now supports fetching sequence data over https.
- Blixem
o There is now an optional setting to highlight "maybe-canonical"
splice sites in Blixem. This can be used to help identify
problems where the strand is incorrect in the input data - it
highlights splice sites in a different colour if they would be
canonical were they on the other strand.
o Fixed a bug with colinearity lines when an alignment's cigar
string contains introns.
o There are now separate feedback boxes for the selected sequence
name coordinates. Hover over each box to see a tooltip describing
its contents.
- Blixem bug fix in sorting features, RT 473624
- Compilation of the seqtools in parallel, RT 467905
- Fix bug with sorting by similarity/identity to first sequence (RT:473624)
- Fix an error compiling with multiple threads (RT:467905)
Blixem
- Added functionality to shift-select a range of coordinates,
and copy the reference/match sequence for that range.
- DNA search now highlights the resultant range of coordinates.
- Added a splitter bar to allow the variations track to be resized.
- Dotter
Fix a crash pressing Esc on an undocked alignment or greyramp tool.
- All
Code reorganisation: the codebase is now in C++ rather than C,
and a new module 'gbtools' has been created for generic
utility functions.
- Blixem
o Previously-unsupported GFF feature types can now be displayed
as a new 'basic feature' type.
o Styles are now applied to the detail view as well as the big
picture, so feature display is more consistent across the two
views.
o Fix a bug where styles were not being applied to
dynamically-loaded features.
- Dotter
o Added a 'maximise' button for the greyramp tool.
o Small fixes to inconsistencies in context-sensitive menus and
keyboard shortcuts.
- Blixem
o Added the facility to run Dotter on an ad-hoc sequence (RT:408836).
o Added the facility to run Dotter against a transcript.
- Dotter
Minimise the greyramp tool to a simple contrast slider. Use
Ctrl-G to toggle between this and the full greyramp tool.
- Belvu
Fix a bug with tree bootstrapping in Belvu.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Blixem is an interactive browser of pairwise alignments that have
been stacked up in a "master-slave" multiple alignment; it is not
a 'true' multiple alignment but a 'one-to-many' alignment.
Belvu is a multiple sequence alignment viewer and phylogenetic tool.
Dotter is a graphical dot-matrix program for detailed comparison
of two sequences.
WWW: http://www.sanger.ac.uk/resources/software/seqtools/
PR: ports/183801
Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>