Use when predicting RNA secondary structures, calculating minimum free energy (MFE) folds, or computing partition functions and base pairing probabilities for RNA sequences.
RNAfold [OPTIONS] [<input.fa>]/home/vimalinx/miniforge3/envs/bio/bin/RNAfoldreferences/help.md for complete options and details# 1) Fold a FASTA file and report MFE structures
RNAfold sequences.fa
# 2) Compute partition function and pairing probabilities
RNAfold -p sequences.fa
# 3) Suppress PostScript outputs in batch workflows
RNAfold --noPS sequences.fa
# 4) Constrained folding
RNAfold -C --enforceConstraint constrained.fa
-p if ensemble information is needed.rna.ps and dot.ps-style outputs are overwritten if you reuse filenames.-p changes the calculation and emits additional ensemble statistics and plot files.--noPS or --noDP in batch jobs that do not need PostScript artifacts.