The lDDT executable can be found at <YOUR-OST-STAGE-DIR>/bin/
To calculate the lDDT for two PDB files (mdl1.pdb and mdl2.pdb) against the reference structure stored in ref.pdb, use the following command:
------------
Basic Usage
------------
To calculate the lDDT for one PDB file (mdl1.pdb) against the reference structure stored in ref.pdb, use the following command; the local and global lDDT scores for each model are printed to the terminal:
.. code-block:: bash
lddt mdl1.pdb mdl2.pdb ref.pdb
lddt mdl1.pdb ref.pdb
Similarly it is possible to calculate the lDDT for a list of PDB files:
.. code-block:: bash
lddt mdl1.pdb mdl2.pdb mdl3.pdb ref.pdb
Or for multiple reference structures at the same time (please find at the bottom of the page an example of usage):
.. code-block:: bash
lddt mdl1.pdb ref1.pdb,ref2.pdb,ref3.pdb
------------
All Options
------------
The lddt executable supports several other command line options, please find them following: