Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 360 Bytes

File metadata and controls

17 lines (9 loc) · 360 Bytes

rna-evol

Python Library for RNA design

The objective of the rna-evol project is to propose a python tool for rna design by evolving a population of rna.

In order to run this,

pip -r requirements.txt
pip rnaevol
import  rnaevol

rnaevol.inversfold(...)

It will run the algorithm, you'll need to modify the code to print stuff or something.