Releases: ViennaRNA/RNAsketch
Releases · ViennaRNA/RNAsketch
RNAdesign 1.5
- Adds a wrapper for
RNARedPrint
calldRPSampler
which has a similar interface to theRNAblueprint
DependencyGraphMT
object. - Adds
design-redprint-multistate.py
for boltzmann weighted sampling using RNARedPrint and multi-dimensional boltzmann sampling. Please cite the preprint: https://arxiv.org/abs/1804.00841 - Adds
design-energyshift.py
to target exact target energies for the specified input structures, also by using multi-dimensional boltzmann sampling. cite preprint: https://arxiv.org/abs/1804.00841 - Adds wrapper functions and a Design subclass for
Hotknots
(http://www.mybiosoftware.com/hotknots-2-0-predict-secondary-structures-rna-pseudoknots.html) - Adds wrapper functions and a Design subclass for
pKiss
(https://bibiserv.cebitec.uni-bielefeld.de/pkiss) - Adds a structure class to represent and manipulate an RNA secondary structure
- Bug fixes
RNAsketch 1.4
- Add
design-ligandswitch.py
script to generate a simple ligand triggered switch published in doi:10.1101/245464 - move to distutils in
setup.py
to be installable in bioconda - include headers in scripts
- fix several small things
RNAsketch 1.3
- Add new samling methods to sample unpaired positions
- Script to design a ligand triggered switch
- Fix some issues
RNAsketch 1.2
- Renamed to
RNAsketch
- Adapted renames from RNAblueprint
- fixed minor issues
PyDesign 1.1
Cleaned up the 1.0 release and updated documentation!
PyDesign 1.0
Initial release for the paper publication!