Skip to content

Releases: s-will/LocARNA

LocARNA 2.0.1 (Maintenance update)

10 Jul 12:54
Compare
Choose a tag to compare
  • Fix compilation with recent C++ compilers: replace deprecated use of bind2nd by lambda
  • Update CATCH testing framework

LocARNA 2.0.0

19 Nov 10:37
Compare
Choose a tag to compare

Version 2 of LocARNA introduces several improvements that make LocARNA faster and easier to use. Most prominently, it features a novel sequence envelope heuristic in all major alignment modes, which significantly improves over less sophisticated banding heuristics (in terms of speed, robustness, /and/ flexibility). Most directly notable for users, it changes the default parameters to more appropriate settings. In addition to various detailed improvements of the LocARNA tools, there are significant changes under the hood: the C++-code of the LocARNA library was simplified and modernized making use of C++-14 features. These changes make the library easier to use, maintain and extend.

2.0.0RC10

29 Mar 14:48
Compare
Choose a tag to compare

The 2.x series of LocARNA introduces several improvements that make LocARNA faster and easier to use. Most prominently, it features a novel sequence envelope heuristic in all major alignment modes, which significantly improves over less sophisticated banding heuristics (in terms of speed, robustness, /and/ flexibility). Most directly notable for users, it changes the default parameters to more appropriate settings. In addition too various detailed improvements of the locarna tools, there are significant changes under the hood: the C++-code of the LocARNA library was simplified and modernized making use of C++-14 features. These changes make the library easier to use, maintain and extend.

v1.9.2.3

04 Aug 20:34
Compare
Choose a tag to compare

The 1.9.x series of LocARNA. Currently, the latest official releases belong to this series, which was still maintained for a long time in parallel to developing the upcoming 2.x series.

In most cases, it is now recommended to use the 2.x release. There may be legacy reasons to stick with the older and officially released version, e.g. different default parametrization and otherwise slightly changed behavior of the 2.x versions.

v2.0.0RC8

03 Aug 12:20
Compare
Choose a tag to compare
v2.0.0RC8 Pre-release
Pre-release

The 2.x series of LocARNA introduces several improvements that make LocARNA faster and easier to use. Most prominently, it features a novel sequence envelope heuristic in all major alignment modes, which significantly improves over less sophisticated banding heuristics (in terms of speed, robustness, /and/ flexibility). Most directly notable for users, it changes the default parameters to more appropriate settings. In addition too various detailed improvements of the locarna tools, there are significant changes under the hood: the C++-code of the LocARNA library was simplified and modernized making use of C++-14 features. These changes make the library easier to use, maintain and extend.

v2.0.0RC7

25 Oct 13:37
Compare
Choose a tag to compare
v2.0.0RC7 Pre-release
Pre-release
Release v2.0.0RC7

v1.9.2.2

11 Oct 10:03
Compare
Choose a tag to compare
Bump to 1.9.2.2

v1.9.2.1

27 Jun 11:58
Compare
Choose a tag to compare
Bump to 1.9.2.1 (1.9.2 patch 1)

v2.0.0RC6: Adjust behavior of locarna and mlocarna for pairwise alignments

25 May 14:46
Compare
Choose a tag to compare
  -- do not use alifold in binaries when calculating base pairs
     for single sequences
  -- use noLP in mlocarna for calculating base pair probabilties
     /and/ the alignment
  -- increase output precision for probabilities in pp files
     (reducing rounding issues for the typical cutoff)

v2.0.0RC5

08 May 06:16
Compare
Choose a tag to compare
v2.0.0RC5 Pre-release
Pre-release
Allow penalized in global alignment (fix)