Skip to content

Commit

Permalink
Add markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 4, 2015
1 parent fb73797 commit 4bfc8cd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

MDT prepares a raw frequency table, given information from MODELLER alignments
and/or PDB files. More precisely, MDT uses a sample of sequences, structures,
and/or alignments to construct a table N(a,b,c,...,d) for features
a, b, c, ..., d. The sample for generating the frequencies N is obtained
depending on the type of features a, b, c, ..., d. The sample can contain
and/or alignments to construct a table *N(a,b,c,...,d)* for features
*a, b, c, ..., d*. The sample for generating the frequencies *N* is obtained
depending on the type of features *a, b, c, ..., d*. The sample can contain
individual proteins, pairs of proteins, pairs of residues in proteins,
pairs of aligned residues, pairs of aligned pairs of residues, chemical bonds,
angles, dihedral angles, and pairs of tuples of atoms. Some features work
with triple alignments, too. All the needed features a, b, c, ..., d
with triple alignments, too. All the needed features *a, b, c, ..., d*
are calculated automatically from the sequences, alignments, and/or PDB files.
The feature bins are defined by the user when each feature is created.

To build MDT, simply type 'scons' in this directory. To run it, use
'scons install' to install it (you may need to set command line options to
install files in the correct locations - see 'scons -h') and then run MDT
To build MDT, simply type `scons` in this directory. To run it, use
`scons install` to install it (you may need to set command line options to
install files in the correct locations - see `scons -h`) and then run MDT
scripts just like any other Python script. Alternatively, you can use the
bin/mdtpy.sh script to run MDT directly from the build directory. Simply
run it before your regular Python invocation (e.g. "bin/mdtpy.sh python foo.py")
`bin/mdtpy.sh` script to run MDT directly from the build directory. Simply
run it before your regular Python invocation
(e.g. "`bin/mdtpy.sh python foo.py`")

MDT is Copyright 1989-2015 Andrej Sali, and available under the terms of
version 2 of the GNU General Public License as published by the
Expand Down

0 comments on commit 4bfc8cd

Please sign in to comment.