rnaforester
Quick Start
- Command:
RNAforester [options] - Local executable:
/home/vimalinx/miniforge3/envs/bio/bin/RNAforester - Full reference: See
references/help.mdfor complete options and usage details
When To Use This Tool
- Align or score RNA secondary structures directly rather than folding sequences anew.
- Run local, global, or small-in-large structure comparisons.
- Build multiple structure alignments with consensus prediction.
- Generate 2D alignment plots for manual inspection.
Common Patterns
# 1) Align structures from an input file
RNAforester -f=structures.txt
# 2) Compute local structural similarity
RNAforester -l -f=structures.txt
# 3) Predict structures from sequences before aligning them
RNAforester -p -f=sequences.fa > forester.out
Recommended Workflow
- Prepare input structures in file and verify format compatibility
- Run
RNAforester -f=inputfilefor basic structure alignment, or add-lfor local similarity,-sfor small-in-large, or-mfor multiple alignment mode - Use
-pto predict structures from sequences when needed, or--scoreto compute only scores without alignment output - Generate visualization with
-2dfor PostScript 2D plots if alignment inspection is needed
Guardrails
- Input files require valid RNA secondary structure format; verify structure syntax before running
- Scoring parameters (
-pm,-pd,-bm,-br, etc.) significantly affect results—use defaults unless specific tuning is required - For multiple alignment mode (
-m), consider clustering thresholds (-mt,-mc) to control alignment granularity