Skip to content

rnabioco/aform-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aform-rs

A terminal-based Stockholm alignment editor for RNA, DNA, and protein sequences.

aform-rs editor demo

Features

  • Stockholm format with full annotation support (#=GF, #=GS, #=GC, #=GR)
  • Vim-style modal editing (normal, insert, visual, command modes)
  • RNA/DNA/Protein auto-detection with appropriate coloring
  • Secondary structure visualization and paired-base navigation
  • Sequence clustering with dendrogram display (UPGMA)
  • Collapse identical sequences to reduce clutter

Installation

cargo install aform-rs

Or build from source:

cargo build --release

Quick Start

aform alignment.stk

Press ? for help, :q to quit.

Documentation

See the full documentation for keybindings, commands, and color schemes.

License

MIT

Acknowledgments

Inspired by ralee by Sam Griffiths-Jones.