Skip to content

Releases: r2dt-bio/R2DT

Release 2.0

28 Sep 19:54
bf0dce4
Compare
Choose a tag to compare

R2DT 2.0 is a major new release that brings performance improvements, more legible diagrams, and new layouts powered by RNArtist. Find out more in a corresponding bioRxiv preprint.

Major new features

Other improvements

New Contributors

  • @afg1 made their first contribution in #123

Full Changelog: v1.4...v2.0

v2.0-alpha

23 Aug 13:39
2d35c53
Compare
Choose a tag to compare
v2.0-alpha Pre-release
Pre-release

Usage

# pull the release preview docker image
docker pull rnacentral/r2dt:pr-148

# download the new precomputed library, this will create a 2.0 folder with 2 subfolders: crw and rfam
curl -L -O https://github.com/RNAcentral/R2DT/releases/download/v2.0-alpha/cms.tar.gz
tar -xzf cms.tar.gz

# point to the location of the 2.0 folder
export R2DT_LIBRARY=<full path to the precomputed library>

# run all tests to confirm the installation was successful 
docker run  -v $R2DT_LIBRARY/:/rna/r2dt/data/cms -it --rm rnacentral/r2dt:pr-112 bash -c "./r2dt.py test"
..............................
----------------------------------------------------------------------
Ran 30 tests in 177.144s

OK

Full Changelog: v1.4...v2.0-alpha

Release 1.4

02 Oct 15:26
7a45f6c
Compare
Choose a tag to compare

Release announcement

Explore all features in detail

What's Changed

New Contributors

Full Changelog: v1.3...v1.4

Release 1.3

20 Oct 15:49
dcd0f51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.3

Release 1.2

10 Aug 10:02
Compare
Choose a tag to compare
  • Update Rfam to version 14.6
  • Add a new template LD_SSU_3D for Leishmania donovani based on 6AZ1
  • Include version number and date
  • New helpers r2dt.py test and r2dt.py version
  • Document updating Rfam templates

v1.1

08 Feb 12:07
5651f3d
Compare
Choose a tag to compare
Add link to generate_cm_library script in Readme

v1.0

06 Oct 08:33
eb72db2
Compare
Choose a tag to compare