Skip to content

Releases: BackofenLab/IntaRNA

v3.1.3 bugfix of 3.1.2 changes

04 Nov 11:12
3a31d0b
Compare
Choose a tag to compare

Unfortunately, the changes in the latest release v3.1.2 come with a serious traceback bug that is fixed now.

v3.1.2 - bugfix and region plotting

30 Oct 10:56
8285d48
Compare
Choose a tag to compare

IntaRNA

  • --outSep = user-defined column separator for tabular CSV output
  • bugfix non-overlapping suboptimal enumeration
  • bugfix noLP optimization (missing case of direct left-stack extension)
  • CSV output:
    • new ensemble energy and partition function output for intra-molecular
      structures formed by seq1 and seq2 (Eall1, Eall2, Zall1, Zall2)
    • new total energy output Etotal = (E+Eall1+Eall2) and
      EallTotal = (Eall+Eall1+Eall2)
    • new RT output
    • new bpList output
  • ensemble output:
    • Eall1|2
    • EallTotal
    • RT

auxiliary R scripts

  • R/plotRegions.R - visualization of sequence regions covered by IntaRNA
    predictions, similar to the IntaRNA webserver output (thanks to @dgelsin)

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v3.1.1 - predefined energy parameter sets

25 Sep 08:16
0477649
Compare
Choose a tag to compare

New Features:

IntaRNA

  • predefined parameter sets for loading (Turner04, Turner99, Andronescu07) without providing a respective parameter file from the Vienna RNA package
  • 'tRegion' and 'qRegion' now available for and applied to multi-sequence input
  • base pairs details only computed if needed for output (speedup for large -n)

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v3.1.0.2 - deterministic non-overlapping output

20 Sep 07:34
31284e7
Compare
Choose a tag to compare

To provide deterministic non-overlapping output, the 'left-most' best interactions are reported. That is, if two non-overlapping interactions have the same next-best energy, the one with lower target or higher query index is selected. That way, output becomes deterministic independently of the operating system and the library versions used to build IntaRNA.

v3.1.0 - bugfix and final v3 features

19 Sep 11:23
6aec12e
Compare
Choose a tag to compare

New Features:

IntaRNA

  • overall partitition function estimates Zall and derived output now available for all prediction models
  • ensemble-based prediction revised
  • seed-extension-based prediction revised
  • parse of FASTA input: sequence id = prefix up to first whitespace from FASTA header
  • gzip-compressed file input/output if file name ends in .gz
  • (optional) intarnapvalue python3 module to compute p-values of IntaRNA mfe
    predictions based on sequence shuffling and distribution fitting

Interface Changes

  • new --outMode=E : report of ensemble information only
  • in outMode=D : subsequence range now "START..END" instead of "START--END"
  • new default --outOverlap = B: overlapping output enabled (was Q)
  • --outNoGUend : omit interactions with GU-helix ends
  • --accNoLP : exclude lonely base pair in accessibility computation (energy==V)
  • --accNoGUend : exclude GU-helix ends in accessibility computation (energy==V)
  • --q|tIdxPos0 : user defined sequence indexing for input parsing and output enables
  • --seedNoGUend : prohibit GU base pairs at seed ends
  • --outNoLP support in all prediction modes

Webserver:

IntaRNA is also available for ad hoc use (with limited parameterization but extended input/output features) at the Freiburg RNA tools webserver.

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v3.0.0

10 Aug 08:06
b8b237d
Compare
Choose a tag to compare

New Features:

  • faster due to seed-extension prediction strategy (--model=X)
  • IntaRNA comes with multiple personalities, i.e. pre-defined parameter sets
    • IntaRNA = IntaRNA3 = default parameters
    • IntaRNAexact : exact prediction (similar to but faster as RNAup)
    • IntaRNAhelix : helix-block-based RNA-RNA interaction prediction
    • IntaRNAduplex : hybrid-only predictions without accessibility consideration
    • IntaRNA1 and IntaRNA2 : emulating prediction behaviour of previous versions
  • ensemble-based RNA-RNA interaction prediction enabled
    • enables the CSV output columns Eall, Zall, P_E that are (for all considered interactions) the overall ensemble energy, overall partition function and the interaction probability for the current interaction (i.e. line)
  • new --mode=S for seed-only predictions
  • CSV output can be sorted by a user-defined column via --outCsvSort=...
  • optional exclusion of lonely base pairs via --outNoLP (not yet implemented for all prediction modi and models but in progress)
  • load pre-set parameters from file via --parameterFile
  • optional exclusion of GU base pairs in seed via --seedNoGU
  • report of all putative seeds (disabled by --outBestSeedOnly) sorted by stability (energy) in detailed output mode
  • highlighting of all seed-covered base pairs in text-based output mode
  • energy computation now integer-based to avoid floating-point-related traceback issues
  • IntaRNA v1 output support not continued

Interface Changes

  • new default value 8 (was 16) for --tIntLoopLen and --qIntLoopLen, which reduces the maximal interior loop length to at most 8 unpaired bases between two base pairs (per RNA)
  • model=B (replaces L) for helix-block-based prediction
  • marker "NAN" for not available values in CSV output
  • in detailed output mode:
    • index ranges without whitespaces, i.e. "1--5" instead of "1 -- 5"
    • gaped loop positions now represented by '-' in

Minor Changes

  • support for multi-precision Z (via GNU quadmath library)

Webserver:

IntaRNA is also available for ad hoc use (with limited parameterization but extended input/output features) at the Freiburg RNA tools webserver.

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v2.4.1

12 Apr 08:10
f540f40
Compare
Choose a tag to compare

bugfix release

  • missing header file added to source package (thanks to A. R. Garcia and M. Fuchs)

v2.4.0

01 Mar 12:50
034bb14
Compare
Choose a tag to compare

New Features:

Interface Changes

  • new CLI argument --model to switch between interaction models (see model docu)
  • detailed interaction output restructured and E(hybrid) added
  • --windowOverlap default value now 150 (was 0) to be conform with default maximal interaction length

Minor Changes

  • bugfix of problems due to expicitely specified single-bp-seeds
  • easylogging++ lib updated to v9.96.7

Webserver:

IntaRNA is also available for ad hoc use (with limited parameterization but extended input/output features) at the Freiburg RNA tools webserver.

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v2.3.1

23 Nov 10:38
dc2f77c
Compare
Choose a tag to compare

New Features:

Webserver:

IntaRNA is also available for ad hoc use (with limited parameterization but extended input/output features) at the Freiburg RNA tools webserver.

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • Source Code : archive of the github content for the according version (see help)

v2.3.0

06 Sep 11:18
Compare
Choose a tag to compare

New Features:

Bugfixes:

  • fixed initialization of exact RNAup-like predictor (--mode=E) (fix for #117)
  • Interaction operator < was missing a case (thanks to Sebastian Holler)

General:

  • configuration overview after successful configure run
  • coloring of gcc output

Webserver:

The recent IntaRNA version is also available for ad hoc use (with limited parameterization but extended input/output features) at the Freiburg RNA tools webserver.

Downloads (see installation guide):

  • intaRNA-VERSION.tar.gz : source code distribution (see help)
  • IntaRNA-VERSION-windows-64bit.zip : precompiled binary and required libraries for MS Windows 64bit (built on Win7pro with Cygwin using VRNA 2.4.9 and boost 1.66.0)
  • Source Code : archive of the github content for the according version (see help)