Skip to content

Releases: barricklab/ostir

v1.1.3

21 Nov 17:19
9a1a574
Compare
Choose a tag to compare

Updates viennarna dependency to 2.6.4
More flexible python api for calibrated constants
New PyPI's attestation release pipeline for improved software supply chain accountability
New docker configuration files for ease of installation

Thank you to the following community contributors for their contributions since the last release:
@yiduo-wang-32 for the updated constants api
@luilver for docker configuration files

v1.1.2

14 Mar 16:06
20dc0fb
Compare
Choose a tag to compare

Changes in verbosity to allow for different levels, rather than all or nothing.

OSTIR v1.1.0

08 Nov 23:21
ddd7507
Compare
Choose a tag to compare

The major change in this version is the implementation of ViennaRNA's python API, which has the effect of reducing file IO (including eliminating the need for temp files, see #5) and dramatically reducing runtime. Single core performance is improved by ~16x on a 4.700GHz 11th Gen Intel i7-1165G7 as benchmarked by analyzing the T7 genome 100 times (17 minutes 48 seconds in version 1.1.0 versus 4 hours 42 minutes 16 seconds in version 1.0.6), but this pegs the used core at 100% so real gains may be higher.

This version also introduces folding constraints which are passed to ViennaRNA, available only through python and not the command line script for advanced usage.

Change log:

  • Implements ViennaRNA python API in place of subprocess calls #7
  • Implements constraints (python usage only) #6, #7
  • Caches ViennaRNA parameters (reducing IO to RNA hybridization files) #7
  • Better install location identification to find RNA hybridization files #7
  • General code readability / PEP improvements #7

OSTIR v1.0.6

20 Aug 18:39
Compare
Choose a tag to compare

Change log:
Updated version number for JOSS publication and archiving

OSTIR v1.0.5

05 Jul 18:27
Compare
Choose a tag to compare

Changelog:

  • Fix line ending mismatch to make unit tests OS-independent

OSTIR v1.0.4

03 Jun 22:49
e98a4ae
Compare
Choose a tag to compare

Changelog:

  • Updated command line help descriptions
  • Added --version option
  • Updated command line output column order for consistency.

OSTIR v1.0.3

27 May 16:34
Compare
Choose a tag to compare

Bug fixes:
Added sorting to viennaRNA post processing to make consistent output across linux/mac
Fixed command line output failing due to outdated expected variables
Fixed string input expecting undocumented CLI flag
Additional proofing for user input
Additional consistency tests

Initial Release

03 May 15:56
Compare
Choose a tag to compare

Initial public release for OSTIR