@hackage ViennaRNA-bindings0.0.2.3
ViennaRNA v2 bindings
Categories
License
LicenseRef-OtherLicense
Maintainer
choener@tbi.univie.ac.at
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
Dependents (4)
@hackage/RNAdesign, @hackage/acme-everything, @hackage/MutationOrder, @hackage/ViennaRNA-extras
Bindings to the ViennaRNA package, version 2.x.y.
Only a partial set of bindings is provided. If you need additional functions, please open an issue on github.
The ViennaRNA package needs to be installed. In addition, you should create a shared object from libRNA.a:
mkdir tmp; ar -x usrlib/libRNA.a; rm svm.o; gcc -shared *.o -o libRNA.so
Then, copy the resulting .so file into your library path or set
LD_LIBRARY_PATH appropriately. This is only necessary, if you want ghci
support.
If you use this software, please cite: R. Lorenz, S.H. Bernhart, C. Hoener zu Siederdissen, H. Tafer, C. Flamm, P.F. Stadler and I.L. Hofacker (2011), "ViennaRNA Package 2.0", Algorithms for Molecular Biology: 6:26