|
|
N.B. these lists include general-purpose Stockholm Format utilities and not the heavyweight probabilistic modeling tools in DART, many of which use Stockholm as their native alignment format (see in particular PhyloGram.pm and xgram).
Standalone Perl scripts:
Python modules in DART:
- Stk.py - generic Stockholm module
C++ utilities in DART:
- cmpalign.cc and cmpfold.cc - benchmarking tools for finding the homology overlap between Stockholm alignments (in terms of the Sum Of Pairs Score) as well as the overlap of basepair annotations in RNA secondary structures
- gc2gr-ss.cc - maps
#=GC SS_cons lines (consensus secondary structure) to #=GR SS lines (by-sequence secondary structure)
- stockholm.h - the DART C++ Stockholm class. Related classes:
Standalone Perl scripts:
Python modules:
hmmer/sreformat
The Squid library, distributed with
the hmmer program for homology detection using profile HMMs,
includes a program called sreformat that converts between various alignment formats,
including Stockholm Format.
Alignment viewers
Bioperl
Bioperl also has a Stockholm class. |