MUSTANG(1) | General Commands Manual | MUSTANG(1) |
mustang - a multiple structural alignment algorithm
mustang [options] files...
This manual page documents briefly the mustang command.
Mustang is a program that implements an algorithm for structural alignment of multiple protein structures. Given a set of PDB files, the program uses the spatial information in the Calpha atoms of the set to produce a sequence alignment. Based on a progressive pairwise heuristic the algorithm then proceeds through a number of refinement passes. Mustang reports the multiple sequence alignment and the corresponding superposition of structures.
To keep the command line short the user can write the path and file names into a (description) file and supply the description file at the command line using the '-f' option. For example see the file used to test the installation: '/usr/share/doc/mustang/examples/test_zf-CCHH'.
PATH should have a prefix '>'. When the program parses this file, it looks for the line starting with '>' symbol (whitespaces are ignored before and after the symbol). The PATH containing the PDB files of the structures to be aligned should follow. See for example: /usr/share/doc/mustang/examples/test_zf-CCHH'.
FILENAMES should have a prefix '+' (whitespaces are ignored before and after this symbol). If PATH is specified then only the filenames should be provided after the '+' symbol. However, if PATH line is NOT provided, then the absolute/relative paths of the structure files should be provided.
The description file format is described further under the -f CmdLine option).
A summary of options is included below.
Mustang was written by A. S. Konagurthu, using the algorithm of A. S. Konagurthu et al. (see REFERENCE)
This man page was originally produced by Morten Kjeldgaard (mok@bioxray.au.dk) using the information from Mustang's --help option.
A. S. Konagurthu, J. Whisstock, P. J. Stuckey, and A. M. Lesk, MUSTANG: A multiple structural alignment algorithm, Proteins, 64(3) 559-574 (2006).
arun DOT konagurthu AT monash DOT edu
Mustang's homepage: http://lcb.infotech.monash.edu.au/mustang
October 15, 2009 |