Skip to content

Differences between D3R Grand challenge and CELPP data structures

Chris Churas edited this page Sep 13, 2018 · 14 revisions

This page attempts to roughly document how the data structures between D3R Grand Challenge and CELPP differ.

Below the target (ligand with no known structure) 5lqj is to be docked into 4p7k

In CELPP:

<target id>/
        <candidate selection criteria>-<target id>_<candidate id>_docked.pdb
        <candidate selection criteria>-<target id>_<candidate id>_docked.mol
5lqj/
     LMCSS-5lqj_2eb2_docked.pdb
     LMCSS-5lqj_2eb2_docked.mol

In D3R Grand Challenge:

<ProteinID>-<LigandID>-<PoseRank>.pdb
<ProteinID>-<LigandID>-<PoseRank>.mol
4p7k-5lqj_hsp90-1.pdb
4p7k-5lqj_hsp90-1.mol

How they compare

Clone this wiki locally