1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
:mod:`~ost.bindings` -- Interfacing external programs
================================================================================
.. module:: ost.bindings
:synopsis: Contains bindings for external programs
The bindings module contains functions and classes that interface with command-line programs commonly used in bioinformatics.
If you would like to write your own wrapper, consult :doc:`../external`.
So far, the binding module includes:
.. toctree::
:maxdepth: 1
dssp
blast
hhblits
msms
tmtools
clustalw
hbplus
kclust
naccess
lga
cadscore
dockq
|