Use when searching for RNA sequences that fold into a predefined secondary structure, inverting RNA folding predictions to find sequences matching target bracket notation structures.
RNAinverse/home/vimalinx/miniforge3/envs/bio/bin/RNAinversereferences/help.md for full option details# 1) Search from an all-N random starting sequence
printf '(((...)))\nNNNNNNNNN\n@\n' | RNAinverse
# 2) Repeat the inverse-folding search multiple times
printf '(((...)))\nNNNNNNNNN\n@\n' | RNAinverse -R 20
# 3) Keep selected nucleotides fixed by using lowercase letters
printf '(((...)))\nNNaaNNNNN\n@\n' | RNAinverse
RNAinverse with appropriate flags (e.g., -R for repeated search, -Fp for partition function mode)@ or EOF to end input