DREEM solves RNA structure ensembles using chemical probing data


License
Other
Install
pip install dreem==0.0.5

Documentation

Build docs Run tests

DREEM

Prof. Silvi Rouskin's DREEM algorithm.

Installation

Installation instructions here.

Documentation

The documentation is available on Github Pages.

Contributors

Yves Martin, Scott Grote, Matthew Allan, Albéric de Lajarte.

For developers

Before pushing to main, ensure that the code passes the tests:

pytest test/test_pipeline.py

and that the docs compile:

cd docs
make html