Use when calculating structure distances between thermodynamic ensembles of RNA secondary structures from sequence input.
RNApdist [OPTION]... — reads RNA sequences from stdin/home/vimalinx/miniforge3/envs/bio/bin/RNApdistreferences/help.md for all options and detailsRNApdist when you need to compare RNA sequences by the distance between their thermodynamic structure ensembles, not by sequence identity alone.-X when you need a specific ensemble-distance definition for your analysis.-B when you want a profile-style alignment output in addition to the distance values.# Compare two or more sequences from stdin using the default profile distance
printf 'GGGAAAUCC\nGGAAAUUCC\n' | RNApdist
# Use an alternative comparison directive
printf 'GGGAAAUCC\nGGAAAUUCC\n' | RNApdist -X m
# Emit a backtracked profile alignment to a file
printf 'GGGAAAUCC\nGGAAAUUCC\n' | RNApdist -B profiles.txt
# Recompute ensemble distances at a different temperature
printf 'GGGAAAUCC\nGGAAAUUCC\n' | RNApdist -T 25
-X (p, m, f, or c; default is p)RNApdist with appropriate options (e.g., -T for temperature, --salt for salt concentration)-B to generate aligned structure profiles-T and --salt if needed--noconv is specified