GTfold
Scalable Multicore Code for RNA Secondary Structure Prediction
Introduction
GTfold is a fast, scalable multicore code for predicting RNA secondary structure that is one to two orders of magnitude faster than the de facto standard programs and achieves comparable accuracy of prediction.
We are seeing a paradigm shift to multicore chips and parallelism must be explicitly addressed to continue gaining performance with each new generation of systems. GTfold, which is implemented in C/C++ and uses OpenMP primitives for parallelization of the algorithm, opens up a new path for the algorithmic improvements and the application of improved thermodynamic models to increase prediction accuracy.
Downloads
We have binaries available for 32 and 64 bit Linux machines, Mac OSX, and Windows. Please see Guide page for usage details.
| OS | binary |
| SUSE Linux (64-bit) | gtfold-2.0_x86-64_suse.tar.gz |
| Fedora (32-bit) | gtfold-2.0_x86_fc.tar.gz |
| Ubuntu (32-bit) | gtfold-2.0_x86_ubuntu.tar.gz |
| Mac OSX (64-bit) | gtfold-2.0_x86-64_osx.tar.gz |
| Cygwin (32-bit) | gtfold-2.0_x86_cygwin.tar.gz |
If you wish to download and compile GTfold from the latest source code, please visit the Develop page.